Html Css Color HEX #A429A4 Vivid Violet

📋 copy color: '#A429A4'

red 164 ◦ green 41 ◦ blue 164

#A429A4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #A429A4

Tints of Vivid Violet #A429A4

RGB

 RED value IS 164 (64.45% from 255) = 44.44%

 GREEN value IS 41 (16.41% from 255) = 11.11%

 BLUE value IS 164 (64.45% from 255) = 44.44%

R = 44.44%
G = 11.11%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A429A4 (or 0xA429A4) is known color: Vivid Violet. HEX triplet: A4, 29 and A4. RGB value is (164,41,164). Sum of RGB (Red+Green+Blue) = 164+41+164=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A429A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A429A4 is #5BD65B. Grayscale: #5B5B5B. Windows color (decimal): -6018652 or 10758564. OLE color: 10758564.

HSL color Cylindrical-coordinate representation of color #A429A4: hue angle of 300º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A429A4 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 41 164 -
CMYK 0 0.75 0 0.36
HSL 300º 0.6% 0.4% -
HSV(B) 300º 0.75% 0.64% -
XYZ 22.8 12.16 36.27 -
YUV 91.8 168.75 179.5 -
System Red Green Blue C M Y K H S L
Decimal 164 41 164 0 0.75 0 0.36 300 0.6 0.4
Hex A4 29 A4 0 4B 0 24 12C 3C 28
Octal 244 51 244 0 113 0 44 454 74 50
Binary 10100100 101001 10100100 0 1001011 0 100100 100101100 111100 101000

Color Harmonies of #A429A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A429A4

Black with #A429A4

Text Example


Text Example

White with #A429A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A429A4; }

 p { color: rgb(164,41,164); }

 H1.HeaderClassName
 {
   color: #A429A4;
 }
 .AnyTagClassName
 {
   color: #A429A4;
 }
</style>

background-color css

<style>
 a { background-color: #A429A4; }

 a { background-color: rgb(164,41,164); }

 div.DivClassName
 {
   background-color: #A429A4;
 }
 .BgClassName
 {
   background-color: #A429A4;
 }
</style>

border-color css

<style>
 span { border-color: #A429A4; }

 span { border-color: rgb(164,41,164); }

 td.TdClassName
 {
   border-color: #A429A4;
 }
 .TagClassName
 {
   border-color: #A429A4;
 }
</style>