Html Css Color HEX #A02489 Dark Purple

📋 copy color: '#A02489'

red 160 ◦ green 36 ◦ blue 137

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

Shades of Dark Purple #A02489

Tints of Dark Purple #A02489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.14%

R = 48.05%
G = 10.81%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A02489 (or 0xA02489) is known color: Dark Purple. HEX triplet: A0, 24 and 89. RGB value is (160,36,137). Sum of RGB (Red+Green+Blue) = 160+36+137=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A02489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02489 is #5FDB76. Grayscale: #545454. Windows color (decimal): -6282103 or 8987808. OLE color: 8987808.

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

Color convert

RGB 160 36 137 -
CMYK 0 0.78 0.14 0.37
HSL 311.13º 0.63% 0.38% -
HSV(B) 311.13º 0.78% 0.63% -
XYZ 19.64 10.54 24.67 -
YUV 84.59 157.58 181.79 -
System Red Green Blue C M Y K H S L
Decimal 160 36 137 0 0.78 0.14 0.37 311.13 0.63 0.38
Hex A0 24 89 0 4E E 25 137 3F 26
Octal 240 44 211 0 116 16 45 467 77 46
Binary 10100000 100100 10001001 0 1001110 1110 100101 100110111 111111 100110

Color Harmonies of #A02489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02489

Black with #A02489

Text Example


Text Example

White with #A02489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02489; }

 p { color: rgb(160,36,137); }

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

background-color css

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

 a { background-color: rgb(160,36,137); }

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

border-color css

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

 span { border-color: rgb(160,36,137); }

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