Html Css Color HEX #A00C98 Dark Magenta

📋 copy color: '#A00C98'

red 160 ◦ green 12 ◦ blue 152

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

Shades of Dark Magenta #A00C98

Tints of Dark Magenta #A00C98

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.7%

 BLUE value IS 152 (59.77% from 255) = 46.91%

R = 49.38%
G = 3.7%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A00C98 (or 0xA00C98) is known color: Dark Magenta. HEX triplet: A0, 0C and 98. RGB value is (160,12,152). Sum of RGB (Red+Green+Blue) = 160+12+152=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00C98 is #5FF367. Grayscale: #474747. Windows color (decimal): -6288232 or 9964704. OLE color: 9964704.

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

Color convert

RGB 160 12 152 -
CMYK 0 0.93 0.05 0.37
HSL 303.24º 0.86% 0.34% -
HSV(B) 303.24º 0.93% 0.63% -
XYZ 20.3 10 30.57 -
YUV 72.21 173.03 190.62 -
System Red Green Blue C M Y K H S L
Decimal 160 12 152 0 0.93 0.05 0.37 303.24 0.86 0.34
Hex A0 C 98 0 5D 5 25 12F 56 22
Octal 240 14 230 0 135 5 45 457 126 42
Binary 10100000 1100 10011000 0 1011101 101 100101 100101111 1010110 100010

Color Harmonies of #A00C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00C98

Black with #A00C98

Text Example


Text Example

White with #A00C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00C98; }

 p { color: rgb(160,12,152); }

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

background-color css

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

 a { background-color: rgb(160,12,152); }

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

border-color css

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

 span { border-color: rgb(160,12,152); }

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