Html Css Color HEX #A02089 Dark Purple

📋 copy color: '#A02089'

red 160 ◦ green 32 ◦ blue 137

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

Shades of Dark Purple #A02089

Tints of Dark Purple #A02089

RGB

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

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

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

R = 48.63%
G = 9.73%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A02089 (or 0xA02089) is known color: Dark Purple. HEX triplet: A0, 20 and 89. RGB value is (160,32,137). Sum of RGB (Red+Green+Blue) = 160+32+137=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A02089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02089 is #5FDF76. Grayscale: #515151. Windows color (decimal): -6283127 or 8986784. OLE color: 8986784.

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

Color convert

RGB 160 32 137 -
CMYK 0 0.80 0.14 0.37
HSL 310.78º 0.67% 0.38% -
HSV(B) 310.78º 0.8% 0.63% -
XYZ 19.53 10.31 24.63 -
YUV 82.24 158.91 183.46 -
System Red Green Blue C M Y K H S L
Decimal 160 32 137 0 0.80 0.14 0.37 310.78 0.67 0.38
Hex A0 20 89 0 50 E 25 137 43 26
Octal 240 40 211 0 120 16 45 467 103 46
Binary 10100000 100000 10001001 0 1010000 1110 100101 100110111 1000011 100110

Color Harmonies of #A02089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02089

Black with #A02089

Text Example


Text Example

White with #A02089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02089; }

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

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

background-color css

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

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

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

border-color css

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

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

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