Html Css Color HEX #A0088F Dark Magenta

📋 copy color: '#A0088F'

red 160 ◦ green 8 ◦ blue 143

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

Shades of Dark Magenta #A0088F

Tints of Dark Magenta #A0088F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.98%

R = 51.45%
G = 2.57%
B = 45.98%

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

#A0088F (or 0xA0088F) is known color: Dark Magenta. HEX triplet: A0, 08 and 8F. RGB value is (160,8,143). Sum of RGB (Red+Green+Blue) = 160+8+143=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A0088F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0088F is #5FF770. Grayscale: #444444. Windows color (decimal): -6289265 or 9373856. OLE color: 9373856.

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

Color convert

RGB 160 8 143 -
CMYK 0 0.95 0.11 0.37
HSL 306.71º 0.9% 0.33% -
HSV(B) 306.71º 0.95% 0.63% -
XYZ 19.54 9.63 26.82 -
YUV 68.84 169.86 193.02 -
System Red Green Blue C M Y K H S L
Decimal 160 8 143 0 0.95 0.11 0.37 306.71 0.9 0.33
Hex A0 8 8F 0 5F B 25 133 5A 21
Octal 240 10 217 0 137 13 45 463 132 41
Binary 10100000 1000 10001111 0 1011111 1011 100101 100110011 1011010 100001

Color Harmonies of #A0088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0088F

Black with #A0088F

Text Example


Text Example

White with #A0088F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0088F; }

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

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

background-color css

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

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

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

border-color css

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

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

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