Html Css Color HEX #A00F92 Dark Magenta

📋 copy color: '#A00F92'

red 160 ◦ green 15 ◦ blue 146

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

Shades of Dark Magenta #A00F92

Tints of Dark Magenta #A00F92

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.67%

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

R = 49.84%
G = 4.67%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A00F92 (or 0xA00F92) is known color: Dark Magenta. HEX triplet: A0, 0F and 92. RGB value is (160,15,146). Sum of RGB (Red+Green+Blue) = 160+15+146=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00F92 is #5FF06D. Grayscale: #484848. Windows color (decimal): -6287470 or 9572256. OLE color: 9572256.

HSL color Cylindrical-coordinate representation of color #A00F92: hue angle of 305.79º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00F92 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 15 146 -
CMYK 0 0.91 0.09 0.37
HSL 305.79º 0.83% 0.34% -
HSV(B) 305.79º 0.91% 0.63% -
XYZ 19.86 9.89 28.06 -
YUV 73.29 169.04 189.85 -
System Red Green Blue C M Y K H S L
Decimal 160 15 146 0 0.91 0.09 0.37 305.79 0.83 0.34
Hex A0 F 92 0 5B 9 25 132 53 22
Octal 240 17 222 0 133 11 45 462 123 42
Binary 10100000 1111 10010010 0 1011011 1001 100101 100110010 1010011 100010

Color Harmonies of #A00F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00F92

Black with #A00F92

Text Example


Text Example

White with #A00F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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