Html Css Color HEX #A00088 Dark Magenta

📋 copy color: '#A00088'

red 160 ◦ green 0 ◦ blue 136

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

Shades of Dark Magenta #A00088

Tints of Dark Magenta #A00088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 136 (53.52% from 255) = 45.95%

R = 54.05%
G = 0%
B = 45.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A00088 (or 0xA00088) is known color: Dark Magenta. HEX triplet: A0, 00 and 88. RGB value is (160,0,136). Sum of RGB (Red+Green+Blue) = 160+0+136=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 136 (53.52% from 255 or 45.95% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A00088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00088 is #5FFF77. Grayscale: #3E3E3E. Windows color (decimal): -6291320 or 8913056. OLE color: 8913056.

HSL color Cylindrical-coordinate representation of color #A00088: hue angle of 309º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A00088 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 0 136 -
CMYK 0 1 0.15 0.37
HSL 309º 1% 0.31% -
HSV(B) 309º 1% 0.63% -
XYZ 18.94 9.25 24.08 -
YUV 63.34 169.01 196.94 -
System Red Green Blue C M Y K H S L
Decimal 160 0 136 0 1 0.15 0.37 309 1 0.31
Hex A0 0 88 0 64 F 25 135 64 1F
Octal 240 0 210 0 144 17 45 465 144 37
Binary 10100000 0 10001000 0 1100100 1111 100101 100110101 1100100 11111

Color Harmonies of #A00088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00088

Black with #A00088

Text Example


Text Example

White with #A00088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00088; }

 p { color: rgb(160,0,136); }

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

background-color css

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

 a { background-color: rgb(160,0,136); }

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

border-color css

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

 span { border-color: rgb(160,0,136); }

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