Html Css Color HEX #A02484 Dark Purple

📋 copy color: '#A02484'

red 160 ◦ green 36 ◦ blue 132

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

Shades of Dark Purple #A02484

Tints of Dark Purple #A02484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.24%

R = 48.78%
G = 10.98%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A02484 (or 0xA02484) is known color: Dark Purple. HEX triplet: A0, 24 and 84. RGB value is (160,36,132). Sum of RGB (Red+Green+Blue) = 160+36+132=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A02484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02484 is #5FDB7B. Grayscale: #535353. Windows color (decimal): -6282108 or 8660128. OLE color: 8660128.

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

Color convert

RGB 160 36 132 -
CMYK 0 0.78 0.17 0.37
HSL 313.55º 0.63% 0.38% -
HSV(B) 313.55º 0.78% 0.63% -
XYZ 19.29 10.4 22.82 -
YUV 84.02 155.08 182.19 -
System Red Green Blue C M Y K H S L
Decimal 160 36 132 0 0.78 0.17 0.37 313.55 0.63 0.38
Hex A0 24 84 0 4E 11 25 13A 3F 26
Octal 240 44 204 0 116 21 45 472 77 46
Binary 10100000 100100 10000100 0 1001110 10001 100101 100111010 111111 100110

Color Harmonies of #A02484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02484

Black with #A02484

Text Example


Text Example

White with #A02484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02484; }

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

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

background-color css

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

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

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

border-color css

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

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

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