Html Css Color HEX #A0088E Dark Magenta

📋 copy color: '#A0088E'

red 160 ◦ green 8 ◦ blue 142

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

Shades of Dark Magenta #A0088E

Tints of Dark Magenta #A0088E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.58%

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

R = 51.61%
G = 2.58%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0088E (or 0xA0088E) is known color: Dark Magenta. HEX triplet: A0, 08 and 8E. RGB value is (160,8,142). Sum of RGB (Red+Green+Blue) = 160+8+142=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A0088E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0088E is #5FF771. Grayscale: #444444. Windows color (decimal): -6289266 or 9308320. OLE color: 9308320.

HSL color Cylindrical-coordinate representation of color #A0088E: hue angle of 307.11º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0088E is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 8 142 -
CMYK 0 0.95 0.11 0.37
HSL 307.11º 0.9% 0.33% -
HSV(B) 307.11º 0.95% 0.63% -
XYZ 19.47 9.6 26.42 -
YUV 68.72 169.36 193.1 -
System Red Green Blue C M Y K H S L
Decimal 160 8 142 0 0.95 0.11 0.37 307.11 0.9 0.33
Hex A0 8 8E 0 5F B 25 133 5A 21
Octal 240 10 216 0 137 13 45 463 132 41
Binary 10100000 1000 10001110 0 1011111 1011 100101 100110011 1011010 100001

Color Harmonies of #A0088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0088E

Black with #A0088E

Text Example


Text Example

White with #A0088E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0088E; }

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

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

background-color css

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

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

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

border-color css

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

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

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