Html Css Color HEX #A424A2 Vivid Violet

📋 copy color: '#A424A2'

red 164 ◦ green 36 ◦ blue 162

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

Shades of Vivid Violet #A424A2

Tints of Vivid Violet #A424A2

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.94%

 BLUE value IS 162 (63.67% from 255) = 44.75%

R = 45.3%
G = 9.94%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A424A2 (or 0xA424A2) is known color: Vivid Violet. HEX triplet: A4, 24 and A2. RGB value is (164,36,162). Sum of RGB (Red+Green+Blue) = 164+36+162=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 162 (63.67% from 255 or 44.75% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A424A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A424A2 is #5BDB5D. Grayscale: #585858. Windows color (decimal): -6019934 or 10626212. OLE color: 10626212.

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

Color convert

RGB 164 36 162 -
CMYK 0 0.78 0.01 0.36
HSL 300.94º 0.64% 0.39% -
HSV(B) 300.94º 0.78% 0.64% -
XYZ 22.46 11.76 35.27 -
YUV 88.64 169.41 181.75 -
System Red Green Blue C M Y K H S L
Decimal 164 36 162 0 0.78 0.01 0.36 300.94 0.64 0.39
Hex A4 24 A2 0 4E 1 24 12D 40 27
Octal 244 44 242 0 116 1 44 455 100 47
Binary 10100100 100100 10100010 0 1001110 1 100100 100101101 1000000 100111

Color Harmonies of #A424A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A424A2

Black with #A424A2

Text Example


Text Example

White with #A424A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A424A2; }

 p { color: rgb(164,36,162); }

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

background-color css

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

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

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

border-color css

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

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

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