Html Css Color HEX #A02990 Dark Purple

📋 copy color: '#A02990'

red 160 ◦ green 41 ◦ blue 144

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

Shades of Dark Purple #A02990

Tints of Dark Purple #A02990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.88%

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

R = 46.38%
G = 11.88%
B = 41.74%

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

#A02990 (or 0xA02990) is known color: Dark Purple. HEX triplet: A0, 29 and 90. RGB value is (160,41,144). Sum of RGB (Red+Green+Blue) = 160+41+144=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A02990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02990 is #5FD66F. Grayscale: #585858. Windows color (decimal): -6280816 or 9447840. OLE color: 9447840.

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

Color convert

RGB 160 41 144 -
CMYK 0 0.74 0.1 0.37
HSL 308.07º 0.59% 0.39% -
HSV(B) 308.07º 0.74% 0.63% -
XYZ 20.32 11.07 27.45 -
YUV 88.32 159.42 179.12 -
System Red Green Blue C M Y K H S L
Decimal 160 41 144 0 0.74 0.1 0.37 308.07 0.59 0.39
Hex A0 29 90 0 4A A 25 134 3B 27
Octal 240 51 220 0 112 12 45 464 73 47
Binary 10100000 101001 10010000 0 1001010 1010 100101 100110100 111011 100111

Color Harmonies of #A02990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02990

Black with #A02990

Text Example


Text Example

White with #A02990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02990; }

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

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

background-color css

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

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

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

border-color css

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

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

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