Html Css Color HEX #A00883 Dark Magenta

📋 copy color: '#A00883'

red 160 ◦ green 8 ◦ blue 131

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

Shades of Dark Magenta #A00883

Tints of Dark Magenta #A00883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.81%

R = 53.51%
G = 2.68%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A00883 (or 0xA00883) is known color: Dark Magenta. HEX triplet: A0, 08 and 83. RGB value is (160,8,131). Sum of RGB (Red+Green+Blue) = 160+8+131=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A00883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00883 is #5FF77C. Grayscale: #434343. Windows color (decimal): -6289277 or 8587424. OLE color: 8587424.

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

Color convert

RGB 160 8 131 -
CMYK 0 0.95 0.18 0.37
HSL 311.45º 0.9% 0.33% -
HSV(B) 311.45º 0.95% 0.63% -
XYZ 18.68 9.29 22.28 -
YUV 67.47 163.86 194 -
System Red Green Blue C M Y K H S L
Decimal 160 8 131 0 0.95 0.18 0.37 311.45 0.9 0.33
Hex A0 8 83 0 5F 12 25 137 5A 21
Octal 240 10 203 0 137 22 45 467 132 41
Binary 10100000 1000 10000011 0 1011111 10010 100101 100110111 1011010 100001

Color Harmonies of #A00883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00883

Black with #A00883

Text Example


Text Example

White with #A00883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00883; }

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

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

background-color css

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

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

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

border-color css

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

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

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