Html Css Color HEX #A00298 Dark Magenta

📋 copy color: '#A00298'

red 160 ◦ green 2 ◦ blue 152

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

Shades of Dark Magenta #A00298

Tints of Dark Magenta #A00298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 50.96%
G = 0.64%
B = 48.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A00298 (or 0xA00298) is known color: Dark Magenta. HEX triplet: A0, 02 and 98. RGB value is (160,2,152). Sum of RGB (Red+Green+Blue) = 160+2+152=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A00298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00298 is #5FFD67. Grayscale: #414141. Windows color (decimal): -6290792 or 9962144. OLE color: 9962144.

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

Color convert

RGB 160 2 152 -
CMYK 0 0.99 0.05 0.37
HSL 303.04º 0.98% 0.32% -
HSV(B) 303.04º 0.99% 0.63% -
XYZ 20.19 9.78 30.53 -
YUV 66.34 176.35 194.8 -
System Red Green Blue C M Y K H S L
Decimal 160 2 152 0 0.99 0.05 0.37 303.04 0.98 0.32
Hex A0 2 98 0 63 5 25 12F 62 20
Octal 240 2 230 0 143 5 45 457 142 40
Binary 10100000 10 10011000 0 1100011 101 100101 100101111 1100010 100000

Color Harmonies of #A00298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00298

Black with #A00298

Text Example


Text Example

White with #A00298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00298; }

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

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

background-color css

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

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

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

border-color css

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

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

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