Html Css Color HEX #AF10BF Deep Magenta

📋 copy color: '#AF10BF'

red 175 ◦ green 16 ◦ blue 191

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

Shades of Deep Magenta #AF10BF

Tints of Deep Magenta #AF10BF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.19%

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

R = 45.81%
G = 4.19%
B = 50%

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

#AF10BF (or 0xAF10BF) is known color: Deep Magenta. HEX triplet: AF, 10 and BF. RGB value is (175,16,191). Sum of RGB (Red+Green+Blue) = 175+16+191=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF10BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10BF is #50EF40. Grayscale: #525252. Windows color (decimal): -5304129 or 12521647. OLE color: 12521647.

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

Color convert

RGB 175 16 191 -
CMYK 0.08 0.92 0 0.25
HSL 294.51º 0.85% 0.41% -
HSV(B) 294.51º 0.92% 0.75% -
XYZ 27.27 13.25 50.41 -
YUV 83.49 188.68 193.27 -
System Red Green Blue C M Y K H S L
Decimal 175 16 191 0.08 0.92 0 0.25 294.51 0.85 0.41
Hex AF 10 BF 8 5C 0 19 127 55 29
Octal 257 20 277 10 134 0 31 447 125 51
Binary 10101111 10000 10111111 1000 1011100 0 11001 100100111 1010101 101001

Color Harmonies of #AF10BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF10BF

Black with #AF10BF

Text Example


Text Example

White with #AF10BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF10BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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