Html Css Color HEX #A0088C Dark Magenta

📋 copy color: '#A0088C'

red 160 ◦ green 8 ◦ blue 140

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

Shades of Dark Magenta #A0088C

Tints of Dark Magenta #A0088C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.45%

R = 51.95%
G = 2.6%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0088C (or 0xA0088C) is known color: Dark Magenta. HEX triplet: A0, 08 and 8C. RGB value is (160,8,140). Sum of RGB (Red+Green+Blue) = 160+8+140=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A0088C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0088C is #5FF773. Grayscale: #444444. Windows color (decimal): -6289268 or 9177248. OLE color: 9177248.

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

Color convert

RGB 160 8 140 -
CMYK 0 0.95 0.12 0.37
HSL 307.89º 0.9% 0.33% -
HSV(B) 307.89º 0.95% 0.63% -
XYZ 19.32 9.54 25.63 -
YUV 68.5 168.36 193.27 -
System Red Green Blue C M Y K H S L
Decimal 160 8 140 0 0.95 0.12 0.37 307.89 0.9 0.33
Hex A0 8 8C 0 5F C 25 134 5A 21
Octal 240 10 214 0 137 14 45 464 132 41
Binary 10100000 1000 10001100 0 1011111 1100 100101 100110100 1011010 100001

Color Harmonies of #A0088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0088C

Black with #A0088C

Text Example


Text Example

White with #A0088C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0088C; }

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

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

background-color css

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

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

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

border-color css

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

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

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