Html Css Color HEX #A0088D Dark Magenta

📋 copy color: '#A0088D'

red 160 ◦ green 8 ◦ blue 141

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

Shades of Dark Magenta #A0088D

Tints of Dark Magenta #A0088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.63%

R = 51.78%
G = 2.59%
B = 45.63%

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

#A0088D (or 0xA0088D) is known color: Dark Magenta. HEX triplet: A0, 08 and 8D. RGB value is (160,8,141). Sum of RGB (Red+Green+Blue) = 160+8+141=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A0088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0088D is #5FF772. Grayscale: #444444. Windows color (decimal): -6289267 or 9242784. OLE color: 9242784.

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

Color convert

RGB 160 8 141 -
CMYK 0 0.95 0.12 0.37
HSL 307.5º 0.9% 0.33% -
HSV(B) 307.5º 0.95% 0.63% -
XYZ 19.39 9.57 26.02 -
YUV 68.61 168.86 193.19 -
System Red Green Blue C M Y K H S L
Decimal 160 8 141 0 0.95 0.12 0.37 307.5 0.9 0.33
Hex A0 8 8D 0 5F C 25 134 5A 21
Octal 240 10 215 0 137 14 45 464 132 41
Binary 10100000 1000 10001101 0 1011111 1100 100101 100110100 1011010 100001

Color Harmonies of #A0088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0088D

Black with #A0088D

Text Example


Text Example

White with #A0088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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