Html Css Color HEX #A00396 Dark Magenta

📋 copy color: '#A00396'

red 160 ◦ green 3 ◦ blue 150

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

Shades of Dark Magenta #A00396

Tints of Dark Magenta #A00396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 150 (58.98% from 255) = 47.92%

R = 51.12%
G = 0.96%
B = 47.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A00396 (or 0xA00396) is known color: Dark Magenta. HEX triplet: A0, 03 and 96. RGB value is (160,3,150). Sum of RGB (Red+Green+Blue) = 160+3+150=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A00396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00396 is #5FFC69. Grayscale: #424242. Windows color (decimal): -6290538 or 9831328. OLE color: 9831328.

HSL color Cylindrical-coordinate representation of color #A00396: hue angle of 303.82º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00396 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 3 150 -
CMYK 0 0.98 0.06 0.37
HSL 303.82º 0.96% 0.32% -
HSV(B) 303.82º 0.98% 0.63% -
XYZ 20.03 9.74 29.68 -
YUV 66.7 175.01 194.55 -
System Red Green Blue C M Y K H S L
Decimal 160 3 150 0 0.98 0.06 0.37 303.82 0.96 0.32
Hex A0 3 96 0 62 6 25 130 60 20
Octal 240 3 226 0 142 6 45 460 140 40
Binary 10100000 11 10010110 0 1100010 110 100101 100110000 1100000 100000

Color Harmonies of #A00396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00396

Black with #A00396

Text Example


Text Example

White with #A00396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00396; }

 p { color: rgb(160,3,150); }

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

background-color css

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

 a { background-color: rgb(160,3,150); }

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

border-color css

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

 span { border-color: rgb(160,3,150); }

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