Html Css Color HEX #A00798 Dark Magenta

📋 copy color: '#A00798'

red 160 ◦ green 7 ◦ blue 152

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

Shades of Dark Magenta #A00798

Tints of Dark Magenta #A00798

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

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

R = 50.16%
G = 2.19%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A00798 (or 0xA00798) is known color: Dark Magenta. HEX triplet: A0, 07 and 98. RGB value is (160,7,152). Sum of RGB (Red+Green+Blue) = 160+7+152=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A00798 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00798 is #5FF867. Grayscale: #444444. Windows color (decimal): -6289512 or 9963424. OLE color: 9963424.

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

Color convert

RGB 160 7 152 -
CMYK 0 0.96 0.05 0.37
HSL 303.14º 0.92% 0.33% -
HSV(B) 303.14º 0.96% 0.63% -
XYZ 20.24 9.89 30.55 -
YUV 69.28 174.69 192.71 -
System Red Green Blue C M Y K H S L
Decimal 160 7 152 0 0.96 0.05 0.37 303.14 0.92 0.33
Hex A0 7 98 0 60 5 25 12F 5C 21
Octal 240 7 230 0 140 5 45 457 134 41
Binary 10100000 111 10011000 0 1100000 101 100101 100101111 1011100 100001

Color Harmonies of #A00798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00798

Black with #A00798

Text Example


Text Example

White with #A00798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00798; }

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

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

background-color css

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

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

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

border-color css

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

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

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