Html Css Color HEX #A02281 Dark Purple

📋 copy color: '#A02281'

red 160 ◦ green 34 ◦ blue 129

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

Shades of Dark Purple #A02281

Tints of Dark Purple #A02281

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.53%

 BLUE value IS 129 (50.78% from 255) = 39.94%

R = 49.54%
G = 10.53%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A02281 (or 0xA02281) is known color: Dark Purple. HEX triplet: A0, 22 and 81. RGB value is (160,34,129). Sum of RGB (Red+Green+Blue) = 160+34+129=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A02281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02281 is #5FDD7E. Grayscale: #525252. Windows color (decimal): -6282623 or 8463008. OLE color: 8463008.

HSL color Cylindrical-coordinate representation of color #A02281: hue angle of 314.76º degrees, saturation: 0.65, 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 #A02281 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 34 129 -
CMYK 0 0.79 0.19 0.37
HSL 314.76º 0.65% 0.38% -
HSV(B) 314.76º 0.79% 0.63% -
XYZ 19.03 10.2 21.74 -
YUV 82.5 154.24 183.28 -
System Red Green Blue C M Y K H S L
Decimal 160 34 129 0 0.79 0.19 0.37 314.76 0.65 0.38
Hex A0 22 81 0 4F 13 25 13B 41 26
Octal 240 42 201 0 117 23 45 473 101 46
Binary 10100000 100010 10000001 0 1001111 10011 100101 100111011 1000001 100110

Color Harmonies of #A02281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02281

Black with #A02281

Text Example


Text Example

White with #A02281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02281; }

 p { color: rgb(160,34,129); }

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

background-color css

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

 a { background-color: rgb(160,34,129); }

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

border-color css

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

 span { border-color: rgb(160,34,129); }

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