Html Css Color HEX #A02A90 Dark Purple

📋 copy color: '#A02A90'

red 160 ◦ green 42 ◦ blue 144

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

Shades of Dark Purple #A02A90

Tints of Dark Purple #A02A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.62%

R = 46.24%
G = 12.14%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A02A90 (or 0xA02A90) is known color: Dark Purple. HEX triplet: A0, 2A and 90. RGB value is (160,42,144). Sum of RGB (Red+Green+Blue) = 160+42+144=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02A90 is #5FD56F. Grayscale: #585858. Windows color (decimal): -6280560 or 9448096. OLE color: 9448096.

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

Color convert

RGB 160 42 144 -
CMYK 0 0.74 0.1 0.37
HSL 308.14º 0.58% 0.4% -
HSV(B) 308.14º 0.74% 0.63% -
XYZ 20.36 11.14 27.46 -
YUV 88.91 159.09 178.71 -
System Red Green Blue C M Y K H S L
Decimal 160 42 144 0 0.74 0.1 0.37 308.14 0.58 0.4
Hex A0 2A 90 0 4A A 25 134 3A 28
Octal 240 52 220 0 112 12 45 464 72 50
Binary 10100000 101010 10010000 0 1001010 1010 100101 100110100 111010 101000

Color Harmonies of #A02A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02A90

Black with #A02A90

Text Example


Text Example

White with #A02A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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