Html Css Color HEX #A02188 Dark Purple

📋 copy color: '#A02188'

red 160 ◦ green 33 ◦ blue 136

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

Shades of Dark Purple #A02188

Tints of Dark Purple #A02188

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.03%

 BLUE value IS 136 (53.52% from 255) = 41.34%

R = 48.63%
G = 10.03%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A02188 (or 0xA02188) is known color: Dark Purple. HEX triplet: A0, 21 and 88. RGB value is (160,33,136). Sum of RGB (Red+Green+Blue) = 160+33+136=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A02188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02188 is #5FDE77. Grayscale: #525252. Windows color (decimal): -6282872 or 8921504. OLE color: 8921504.

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

Color convert

RGB 160 33 136 -
CMYK 0 0.79 0.15 0.37
HSL 311.34º 0.66% 0.38% -
HSV(B) 311.34º 0.79% 0.63% -
XYZ 19.49 10.34 24.26 -
YUV 82.72 158.08 183.12 -
System Red Green Blue C M Y K H S L
Decimal 160 33 136 0 0.79 0.15 0.37 311.34 0.66 0.38
Hex A0 21 88 0 4F F 25 137 42 26
Octal 240 41 210 0 117 17 45 467 102 46
Binary 10100000 100001 10001000 0 1001111 1111 100101 100110111 1000010 100110

Color Harmonies of #A02188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02188

Black with #A02188

Text Example


Text Example

White with #A02188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02188; }

 p { color: rgb(160,33,136); }

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

background-color css

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

 a { background-color: rgb(160,33,136); }

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

border-color css

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

 span { border-color: rgb(160,33,136); }

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