Html Css Color HEX #A02190 Dark Purple

📋 copy color: '#A02190'

red 160 ◦ green 33 ◦ blue 144

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

Shades of Dark Purple #A02190

Tints of Dark Purple #A02190

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.79%

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

R = 47.48%
G = 9.79%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A02190 (or 0xA02190) is known color: Dark Purple. HEX triplet: A0, 21 and 90. RGB value is (160,33,144). Sum of RGB (Red+Green+Blue) = 160+33+144=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A02190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02190 is #5FDE6F. Grayscale: #535353. Windows color (decimal): -6282864 or 9445792. OLE color: 9445792.

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

Color convert

RGB 160 33 144 -
CMYK 0 0.79 0.1 0.37
HSL 307.56º 0.66% 0.38% -
HSV(B) 307.56º 0.79% 0.63% -
XYZ 20.08 10.57 27.37 -
YUV 83.63 162.08 182.47 -
System Red Green Blue C M Y K H S L
Decimal 160 33 144 0 0.79 0.1 0.37 307.56 0.66 0.38
Hex A0 21 90 0 4F A 25 134 42 26
Octal 240 41 220 0 117 12 45 464 102 46
Binary 10100000 100001 10010000 0 1001111 1010 100101 100110100 1000010 100110

Color Harmonies of #A02190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02190

Black with #A02190

Text Example


Text Example

White with #A02190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02190; }

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

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

background-color css

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

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

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

border-color css

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

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

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