Html Css Color HEX #AF0198 Dark Magenta

📋 copy color: '#AF0198'

red 175 ◦ green 1 ◦ blue 152

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

Shades of Dark Magenta #AF0198

Tints of Dark Magenta #AF0198

RGB

 RED value IS 175 (68.75% from 255) = 53.35%

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

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

R = 53.35%
G = 0.3%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF0198 (or 0xAF0198) is known color: Dark Magenta. HEX triplet: AF, 01 and 98. RGB value is (175,1,152). Sum of RGB (Red+Green+Blue) = 175+1+152=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0198 is #50FE67. Grayscale: #454545. Windows color (decimal): -5308008 or 9961903. OLE color: 9961903.

HSL color Cylindrical-coordinate representation of color #AF0198: hue angle of 307.93º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0198 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 1 152 -
CMYK 0 0.99 0.13 0.31
HSL 307.93º 0.99% 0.35% -
HSV(B) 307.93º 0.99% 0.69% -
XYZ 23.36 11.4 30.68 -
YUV 70.24 174.15 202.72 -
System Red Green Blue C M Y K H S L
Decimal 175 1 152 0 0.99 0.13 0.31 307.93 0.99 0.35
Hex AF 1 98 0 63 D 1F 134 63 23
Octal 257 1 230 0 143 15 37 464 143 43
Binary 10101111 1 10011000 0 1100011 1101 11111 100110100 1100011 100011

Color Harmonies of #AF0198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0198

Black with #AF0198

Text Example


Text Example

White with #AF0198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0198; }

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

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

background-color css

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

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

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

border-color css

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

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

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