Html Css Color HEX #A02495 Dark Purple

📋 copy color: '#A02495'

red 160 ◦ green 36 ◦ blue 149

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

Shades of Dark Purple #A02495

Tints of Dark Purple #A02495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.19%

R = 46.38%
G = 10.43%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A02495 (or 0xA02495) is known color: Dark Purple. HEX triplet: A0, 24 and 95. RGB value is (160,36,149). Sum of RGB (Red+Green+Blue) = 160+36+149=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A02495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02495 is #5FDB6A. Grayscale: #555555. Windows color (decimal): -6282091 or 9774240. OLE color: 9774240.

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

Color convert

RGB 160 36 149 -
CMYK 0 0.78 0.07 0.37
HSL 305.32º 0.63% 0.38% -
HSV(B) 305.32º 0.78% 0.63% -
XYZ 20.55 10.91 29.46 -
YUV 85.96 163.58 180.81 -
System Red Green Blue C M Y K H S L
Decimal 160 36 149 0 0.78 0.07 0.37 305.32 0.63 0.38
Hex A0 24 95 0 4E 7 25 131 3F 26
Octal 240 44 225 0 116 7 45 461 77 46
Binary 10100000 100100 10010101 0 1001110 111 100101 100110001 111111 100110

Color Harmonies of #A02495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02495

Black with #A02495

Text Example


Text Example

White with #A02495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02495; }

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

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

background-color css

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

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

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

border-color css

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

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

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