Html Css Color HEX #A00892 Dark Magenta

📋 copy color: '#A00892'

red 160 ◦ green 8 ◦ blue 146

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

Shades of Dark Magenta #A00892

Tints of Dark Magenta #A00892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.5%

R = 50.96%
G = 2.55%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A00892 (or 0xA00892) is known color: Dark Magenta. HEX triplet: A0, 08 and 92. RGB value is (160,8,146). Sum of RGB (Red+Green+Blue) = 160+8+146=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A00892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00892 is #5FF76D. Grayscale: #444444. Windows color (decimal): -6289262 or 9570464. OLE color: 9570464.

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

Color convert

RGB 160 8 146 -
CMYK 0 0.95 0.09 0.37
HSL 305.53º 0.9% 0.33% -
HSV(B) 305.53º 0.95% 0.63% -
XYZ 19.77 9.72 28.03 -
YUV 69.18 171.36 192.78 -
System Red Green Blue C M Y K H S L
Decimal 160 8 146 0 0.95 0.09 0.37 305.53 0.9 0.33
Hex A0 8 92 0 5F 9 25 132 5A 21
Octal 240 10 222 0 137 11 45 462 132 41
Binary 10100000 1000 10010010 0 1011111 1001 100101 100110010 1011010 100001

Color Harmonies of #A00892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00892

Black with #A00892

Text Example


Text Example

White with #A00892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00892; }

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

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

background-color css

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

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

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

border-color css

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

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

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