Html Css Color HEX #AD0198 Dark Magenta

📋 copy color: '#AD0198'

red 173 ◦ green 1 ◦ blue 152

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

Shades of Dark Magenta #AD0198

Tints of Dark Magenta #AD0198

RGB

 RED value IS 173 (67.97% from 255) = 53.07%

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 53.07%
G = 0.31%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD0198 (or 0xAD0198) is known color: Dark Magenta. HEX triplet: AD, 01 and 98. RGB value is (173,1,152). Sum of RGB (Red+Green+Blue) = 173+1+152=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0198 is #52FE67. Grayscale: #454545. Windows color (decimal): -5439080 or 9961901. OLE color: 9961901.

HSL color Cylindrical-coordinate representation of color #AD0198: hue angle of 307.33º degrees, saturation: 0.99, 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 #AD0198 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 1 152 -
CMYK 0 0.99 0.12 0.32
HSL 307.33º 0.99% 0.34% -
HSV(B) 307.33º 0.99% 0.68% -
XYZ 22.91 11.17 30.65 -
YUV 69.64 174.48 201.72 -
System Red Green Blue C M Y K H S L
Decimal 173 1 152 0 0.99 0.12 0.32 307.33 0.99 0.34
Hex AD 1 98 0 63 C 20 133 63 22
Octal 255 1 230 0 143 14 40 463 143 42
Binary 10101101 1 10011000 0 1100011 1100 100000 100110011 1100011 100010

Color Harmonies of #AD0198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0198

Black with #AD0198

Text Example


Text Example

White with #AD0198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0198; }

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

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

background-color css

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

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

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

border-color css

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

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

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