#AD0298

Color #AD0298 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #AD0298

Tints of Dark Magenta #AD0298

Color information

#AD0298 (or 0xAD0298) is unknown color: approx Dark Magenta. HEX triplet: AD, 02 and 98. RGB value is (173,2,152). Sum of RGB (Red+Green+Blue) = 173+2+152=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0298 is #52FD67. Grayscale: #454545. Windows color (decimal): -5438824 or 9962157. OLE color: 9962157.

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

Color convert

RGB1732152-
CMYK00.990.120.32
HSL307.37º97.71%34.31%-
HSV(B)307.37º98.84%67.84%-
XYZ22.9211.1930.66-
YUV70.23174.15201.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.91%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 152 (59.77% from 255) = 46.48%
R=52.91%
G=0.61%
B=46.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173215200.990.120.32307.3797.7134.31
HexAD298063C201336222
Octal25522300143144046314242
Binary1010110110100110000110001111001000001001100111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0298; }

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

 H1.HeaderClassName
 {
   color: #AD0298;
 }
 .AnyTagClassName
 {
   color: #AD0298;
 }
</style>
background-color css

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

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

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

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

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

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