Html Css Color HEX #A02A95 Dark Purple

📋 copy color: '#A02A95'

red 160 ◦ green 42 ◦ blue 149

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

Shades of Dark Purple #A02A95

Tints of Dark Purple #A02A95

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.97%

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

R = 45.58%
G = 11.97%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A02A95 (or 0xA02A95) is known color: Dark Purple. HEX triplet: A0, 2A and 95. RGB value is (160,42,149). Sum of RGB (Red+Green+Blue) = 160+42+149=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02A95 is #5FD56A. Grayscale: #595959. Windows color (decimal): -6280555 or 9775776. OLE color: 9775776.

HSL color Cylindrical-coordinate representation of color #A02A95: hue angle of 305.59º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02A95 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 42 149 -
CMYK 0 0.74 0.07 0.37
HSL 305.59º 0.58% 0.4% -
HSV(B) 305.59º 0.74% 0.63% -
XYZ 20.75 11.3 29.52 -
YUV 89.48 161.59 178.3 -
System Red Green Blue C M Y K H S L
Decimal 160 42 149 0 0.74 0.07 0.37 305.59 0.58 0.4
Hex A0 2A 95 0 4A 7 25 132 3A 28
Octal 240 52 225 0 112 7 45 462 72 50
Binary 10100000 101010 10010101 0 1001010 111 100101 100110010 111010 101000

Color Harmonies of #A02A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02A95

Black with #A02A95

Text Example


Text Example

White with #A02A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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