Html Css Color HEX #AF0096 Dark Magenta

📋 copy color: '#AF0096'

red 175 ◦ green 0 ◦ blue 150

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

Shades of Dark Magenta #AF0096

Tints of Dark Magenta #AF0096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.85%
G = 0%
B = 46.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF0096 (or 0xAF0096) is known color: Dark Magenta. HEX triplet: AF, 00 and 96. RGB value is (175,0,150). Sum of RGB (Red+Green+Blue) = 175+0+150=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0096 is #50FF69. Grayscale: #454545. Windows color (decimal): -5308266 or 9830575. OLE color: 9830575.

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

Color convert

RGB 175 0 150 -
CMYK 0 1 0.14 0.31
HSL 308.57º 1% 0.34% -
HSV(B) 308.57º 1% 0.69% -
XYZ 23.18 11.32 29.82 -
YUV 69.43 173.48 203.3 -
System Red Green Blue C M Y K H S L
Decimal 175 0 150 0 1 0.14 0.31 308.57 1 0.34
Hex AF 0 96 0 64 E 1F 135 64 22
Octal 257 0 226 0 144 16 37 465 144 42
Binary 10101111 0 10010110 0 1100100 1110 11111 100110101 1100100 100010

Color Harmonies of #AF0096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0096

Black with #AF0096

Text Example


Text Example

White with #AF0096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0096; }

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

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

background-color css

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

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

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

border-color css

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

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

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