Html Css Color HEX #A02886 Dark Purple

📋 copy color: '#A02886'

red 160 ◦ green 40 ◦ blue 134

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

Shades of Dark Purple #A02886

Tints of Dark Purple #A02886

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.98%

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

R = 47.9%
G = 11.98%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A02886 (or 0xA02886) is known color: Dark Purple. HEX triplet: A0, 28 and 86. RGB value is (160,40,134). Sum of RGB (Red+Green+Blue) = 160+40+134=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A02886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02886 is #5FD779. Grayscale: #565656. Windows color (decimal): -6281082 or 8792224. OLE color: 8792224.

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

Color convert

RGB 160 40 134 -
CMYK 0 0.75 0.16 0.37
HSL 313º 0.6% 0.39% -
HSV(B) 313º 0.75% 0.63% -
XYZ 19.56 10.71 23.59 -
YUV 86.6 154.76 180.36 -
System Red Green Blue C M Y K H S L
Decimal 160 40 134 0 0.75 0.16 0.37 313 0.6 0.39
Hex A0 28 86 0 4B 10 25 139 3C 27
Octal 240 50 206 0 113 20 45 471 74 47
Binary 10100000 101000 10000110 0 1001011 10000 100101 100111001 111100 100111

Color Harmonies of #A02886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02886

Black with #A02886

Text Example


Text Example

White with #A02886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02886; }

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

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

background-color css

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

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

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

border-color css

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

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

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