Html Css Color HEX #A42086 Dark Purple

📋 copy color: '#A42086'

red 164 ◦ green 32 ◦ blue 134

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

Shades of Dark Purple #A42086

Tints of Dark Purple #A42086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.61%

R = 49.7%
G = 9.7%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A42086 (or 0xA42086) is known color: Dark Purple. HEX triplet: A4, 20 and 86. RGB value is (164,32,134). Sum of RGB (Red+Green+Blue) = 164+32+134=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A42086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42086 is #5BDF79. Grayscale: #525252. Windows color (decimal): -6020986 or 8790180. OLE color: 8790180.

HSL color Cylindrical-coordinate representation of color #A42086: hue angle of 313.64º 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 #A42086 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 32 134 -
CMYK 0 0.80 0.18 0.36
HSL 313.64º 0.67% 0.38% -
HSV(B) 313.64º 0.8% 0.64% -
XYZ 20.13 10.65 23.55 -
YUV 83.1 156.73 185.71 -
System Red Green Blue C M Y K H S L
Decimal 164 32 134 0 0.80 0.18 0.36 313.64 0.67 0.38
Hex A4 20 86 0 50 12 24 13A 43 26
Octal 244 40 206 0 120 22 44 472 103 46
Binary 10100100 100000 10000110 0 1010000 10010 100100 100111010 1000011 100110

Color Harmonies of #A42086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42086

Black with #A42086

Text Example


Text Example

White with #A42086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42086; }

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

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

background-color css

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

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

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

border-color css

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

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

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