Html Css Color HEX #AF0FBF Deep Magenta

📋 copy color: '#AF0FBF'

red 175 ◦ green 15 ◦ blue 191

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

Shades of Deep Magenta #AF0FBF

Tints of Deep Magenta #AF0FBF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.94%

 BLUE value IS 191 (75% from 255) = 50.13%

R = 45.93%
G = 3.94%
B = 50.13%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF0FBF (or 0xAF0FBF) is known color: Deep Magenta. HEX triplet: AF, 0F and BF. RGB value is (175,15,191). Sum of RGB (Red+Green+Blue) = 175+15+191=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF0FBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FBF is #50F040. Grayscale: #525252. Windows color (decimal): -5304385 or 12521391. OLE color: 12521391.

HSL color Cylindrical-coordinate representation of color #AF0FBF: hue angle of 294.55º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0FBF is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 15 191 -
CMYK 0.08 0.92 0 0.25
HSL 294.55º 0.85% 0.4% -
HSV(B) 294.55º 0.92% 0.75% -
XYZ 27.25 13.22 50.4 -
YUV 82.9 189.01 193.69 -
System Red Green Blue C M Y K H S L
Decimal 175 15 191 0.08 0.92 0 0.25 294.55 0.85 0.4
Hex AF F BF 8 5C 0 19 127 55 28
Octal 257 17 277 10 134 0 31 447 125 50
Binary 10101111 1111 10111111 1000 1011100 0 11001 100100111 1010101 101000

Color Harmonies of #AF0FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0FBF

Black with #AF0FBF

Text Example


Text Example

White with #AF0FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0FBF; }

 p { color: rgb(175,15,191); }

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

background-color css

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

 a { background-color: rgb(175,15,191); }

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

border-color css

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

 span { border-color: rgb(175,15,191); }

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