Html Css Color HEX #A42096 Dark Purple

📋 copy color: '#A42096'

red 164 ◦ green 32 ◦ blue 150

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

Shades of Dark Purple #A42096

Tints of Dark Purple #A42096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.25%

 BLUE value IS 150 (58.98% from 255) = 43.35%

R = 47.4%
G = 9.25%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A42096 (or 0xA42096) is known color: Dark Purple. HEX triplet: A4, 20 and 96. RGB value is (164,32,150). Sum of RGB (Red+Green+Blue) = 164+32+150=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A42096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42096 is #5BDF69. Grayscale: #545454. Windows color (decimal): -6020970 or 9838756. OLE color: 9838756.

HSL color Cylindrical-coordinate representation of color #A42096: hue angle of 306.36º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42096 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 32 150 -
CMYK 0 0.80 0.09 0.36
HSL 306.36º 0.67% 0.38% -
HSV(B) 306.36º 0.8% 0.64% -
XYZ 21.33 11.13 29.88 -
YUV 84.92 164.73 184.41 -
System Red Green Blue C M Y K H S L
Decimal 164 32 150 0 0.80 0.09 0.36 306.36 0.67 0.38
Hex A4 20 96 0 50 9 24 132 43 26
Octal 244 40 226 0 120 11 44 462 103 46
Binary 10100100 100000 10010110 0 1010000 1001 100100 100110010 1000011 100110

Color Harmonies of #A42096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42096

Black with #A42096

Text Example


Text Example

White with #A42096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42096; }

 p { color: rgb(164,32,150); }

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

background-color css

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

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

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

border-color css

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

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

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