Html Css Color HEX #AF01BF Deep Magenta

📋 copy color: '#AF01BF'

red 175 ◦ green 1 ◦ blue 191

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

Shades of Deep Magenta #AF01BF

Tints of Deep Magenta #AF01BF

RGB

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

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

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

R = 47.68%
G = 0.27%
B = 52.04%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF01BF (or 0xAF01BF) is known color: Deep Magenta. HEX triplet: AF, 01 and BF. RGB value is (175,1,191). Sum of RGB (Red+Green+Blue) = 175+1+191=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF01BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01BF is #50FE40. Grayscale: #4A4A4A. Windows color (decimal): -5307969 or 12517807. OLE color: 12517807.

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

Color convert

RGB 175 1 191 -
CMYK 0.08 0.99 0 0.25
HSL 294.95º 0.99% 0.38% -
HSV(B) 294.95º 0.99% 0.75% -
XYZ 27.09 12.9 50.35 -
YUV 74.69 193.65 199.55 -
System Red Green Blue C M Y K H S L
Decimal 175 1 191 0.08 0.99 0 0.25 294.95 0.99 0.38
Hex AF 1 BF 8 63 0 19 127 63 26
Octal 257 1 277 10 143 0 31 447 143 46
Binary 10101111 1 10111111 1000 1100011 0 11001 100100111 1100011 100110

Color Harmonies of #AF01BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF01BF

Black with #AF01BF

Text Example


Text Example

White with #AF01BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF01BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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