Html Css Color HEX #AF0196 Dark Magenta

📋 copy color: '#AF0196'

red 175 ◦ green 1 ◦ blue 150

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

Shades of Dark Magenta #AF0196

Tints of Dark Magenta #AF0196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.01%

R = 53.68%
G = 0.31%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF0196 (or 0xAF0196) is known color: Dark Magenta. HEX triplet: AF, 01 and 96. RGB value is (175,1,150). Sum of RGB (Red+Green+Blue) = 175+1+150=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0196 is #50FE69. Grayscale: #454545. Windows color (decimal): -5308010 or 9830831. OLE color: 9830831.

HSL color Cylindrical-coordinate representation of color #AF0196: hue angle of 308.62º 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 #AF0196 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 1 150 -
CMYK 0 0.99 0.14 0.31
HSL 308.62º 0.99% 0.35% -
HSV(B) 308.62º 0.99% 0.69% -
XYZ 23.2 11.34 29.82 -
YUV 70.01 173.15 202.88 -
System Red Green Blue C M Y K H S L
Decimal 175 1 150 0 0.99 0.14 0.31 308.62 0.99 0.35
Hex AF 1 96 0 63 E 1F 135 63 23
Octal 257 1 226 0 143 16 37 465 143 43
Binary 10101111 1 10010110 0 1100011 1110 11111 100110101 1100011 100011

Color Harmonies of #AF0196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0196

Black with #AF0196

Text Example


Text Example

White with #AF0196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0196; }

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

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

background-color css

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

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

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

border-color css

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

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

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