Html Css Color HEX #A02586 Dark Purple

📋 copy color: '#A02586'

red 160 ◦ green 37 ◦ blue 134

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

Shades of Dark Purple #A02586

Tints of Dark Purple #A02586

RGB

 RED value IS 160 (62.89% from 255) = 48.34%

 GREEN value IS 37 (14.84% from 255) = 11.18%

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

R = 48.34%
G = 11.18%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A02586 (or 0xA02586) is known color: Dark Purple. HEX triplet: A0, 25 and 86. RGB value is (160,37,134). Sum of RGB (Red+Green+Blue) = 160+37+134=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A02586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02586 is #5FDA79. Grayscale: #545454. Windows color (decimal): -6281850 or 8791456. OLE color: 8791456.

HSL color Cylindrical-coordinate representation of color #A02586: hue angle of 312.68º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02586 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 37 134 -
CMYK 0 0.77 0.16 0.37
HSL 312.68º 0.62% 0.39% -
HSV(B) 312.68º 0.77% 0.63% -
XYZ 19.46 10.52 23.56 -
YUV 84.84 155.75 181.61 -
System Red Green Blue C M Y K H S L
Decimal 160 37 134 0 0.77 0.16 0.37 312.68 0.62 0.39
Hex A0 25 86 0 4D 10 25 139 3E 27
Octal 240 45 206 0 115 20 45 471 76 47
Binary 10100000 100101 10000110 0 1001101 10000 100101 100111001 111110 100111

Color Harmonies of #A02586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02586

Black with #A02586

Text Example


Text Example

White with #A02586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02586; }

 p { color: rgb(160,37,134); }

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

background-color css

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

 a { background-color: rgb(160,37,134); }

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

border-color css

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

 span { border-color: rgb(160,37,134); }

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