Html Css Color HEX #A0208E Dark Purple

📋 copy color: '#A0208E'

red 160 ◦ green 32 ◦ blue 142

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

Shades of Dark Purple #A0208E

Tints of Dark Purple #A0208E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.58%

 BLUE value IS 142 (55.86% from 255) = 42.51%

R = 47.9%
G = 9.58%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0208E (or 0xA0208E) is known color: Dark Purple. HEX triplet: A0, 20 and 8E. RGB value is (160,32,142). Sum of RGB (Red+Green+Blue) = 160+32+142=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A0208E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0208E is #5FDF71. Grayscale: #525252. Windows color (decimal): -6283122 or 9314464. OLE color: 9314464.

HSL color Cylindrical-coordinate representation of color #A0208E: hue angle of 308.44º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0208E is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 32 142 -
CMYK 0 0.80 0.11 0.37
HSL 308.44º 0.67% 0.38% -
HSV(B) 308.44º 0.8% 0.63% -
XYZ 19.9 10.46 26.56 -
YUV 82.81 161.41 183.06 -
System Red Green Blue C M Y K H S L
Decimal 160 32 142 0 0.80 0.11 0.37 308.44 0.67 0.38
Hex A0 20 8E 0 50 B 25 134 43 26
Octal 240 40 216 0 120 13 45 464 103 46
Binary 10100000 100000 10001110 0 1010000 1011 100101 100110100 1000011 100110

Color Harmonies of #A0208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0208E

Black with #A0208E

Text Example


Text Example

White with #A0208E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0208E; }

 p { color: rgb(160,32,142); }

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

background-color css

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

 a { background-color: rgb(160,32,142); }

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

border-color css

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

 span { border-color: rgb(160,32,142); }

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