Html Css Color HEX #A02482 Dark Purple

📋 copy color: '#A02482'

red 160 ◦ green 36 ◦ blue 130

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

Shades of Dark Purple #A02482

Tints of Dark Purple #A02482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.88%

R = 49.08%
G = 11.04%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A02482 (or 0xA02482) is known color: Dark Purple. HEX triplet: A0, 24 and 82. RGB value is (160,36,130). Sum of RGB (Red+Green+Blue) = 160+36+130=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A02482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02482 is #5FDB7D. Grayscale: #535353. Windows color (decimal): -6282110 or 8529056. OLE color: 8529056.

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

Color convert

RGB 160 36 130 -
CMYK 0 0.78 0.19 0.37
HSL 314.52º 0.63% 0.38% -
HSV(B) 314.52º 0.78% 0.63% -
XYZ 19.16 10.35 22.11 -
YUV 83.79 154.08 182.36 -
System Red Green Blue C M Y K H S L
Decimal 160 36 130 0 0.78 0.19 0.37 314.52 0.63 0.38
Hex A0 24 82 0 4E 13 25 13B 3F 26
Octal 240 44 202 0 116 23 45 473 77 46
Binary 10100000 100100 10000010 0 1001110 10011 100101 100111011 111111 100110

Color Harmonies of #A02482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02482

Black with #A02482

Text Example


Text Example

White with #A02482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02482; }

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

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

background-color css

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

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

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

border-color css

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

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

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