Html Css Color HEX #A01092 Dark Magenta

📋 copy color: '#A01092'

red 160 ◦ green 16 ◦ blue 146

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

Shades of Dark Magenta #A01092

Tints of Dark Magenta #A01092

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.97%

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

R = 49.69%
G = 4.97%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A01092 (or 0xA01092) is known color: Dark Magenta. HEX triplet: A0, 10 and 92. RGB value is (160,16,146). Sum of RGB (Red+Green+Blue) = 160+16+146=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A01092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01092 is #5FEF6D. Grayscale: #494949. Windows color (decimal): -6287214 or 9572512. OLE color: 9572512.

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

Color convert

RGB 160 16 146 -
CMYK 0 0.9 0.09 0.37
HSL 305.83º 0.82% 0.35% -
HSV(B) 305.83º 0.9% 0.63% -
XYZ 19.87 9.92 28.06 -
YUV 73.88 168.71 189.43 -
System Red Green Blue C M Y K H S L
Decimal 160 16 146 0 0.9 0.09 0.37 305.83 0.82 0.35
Hex A0 10 92 0 5A 9 25 132 52 23
Octal 240 20 222 0 132 11 45 462 122 43
Binary 10100000 10000 10010010 0 1011010 1001 100101 100110010 1010010 100011

Color Harmonies of #A01092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01092

Black with #A01092

Text Example


Text Example

White with #A01092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01092; }

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

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

background-color css

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

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

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

border-color css

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

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

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