Html Css Color HEX #AF10BC Deep Magenta

📋 copy color: '#AF10BC'

red 175 ◦ green 16 ◦ blue 188

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

Shades of Deep Magenta #AF10BC

Tints of Deep Magenta #AF10BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.6%

R = 46.17%
G = 4.22%
B = 49.6%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF10BC (or 0xAF10BC) is known color: Deep Magenta. HEX triplet: AF, 10 and BC. RGB value is (175,16,188). Sum of RGB (Red+Green+Blue) = 175+16+188=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF10BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10BC is #50EF43. Grayscale: #525252. Windows color (decimal): -5304132 or 12325039. OLE color: 12325039.

HSL color Cylindrical-coordinate representation of color #AF10BC: hue angle of 295.47º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF10BC is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 16 188 -
CMYK 0.07 0.91 0 0.26
HSL 295.47º 0.84% 0.4% -
HSV(B) 295.47º 0.91% 0.74% -
XYZ 26.94 13.12 48.69 -
YUV 83.15 187.18 193.51 -
System Red Green Blue C M Y K H S L
Decimal 175 16 188 0.07 0.91 0 0.26 295.47 0.84 0.4
Hex AF 10 BC 7 5B 0 1A 127 54 28
Octal 257 20 274 7 133 0 32 447 124 50
Binary 10101111 10000 10111100 111 1011011 0 11010 100100111 1010100 101000

Color Harmonies of #AF10BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF10BC

Black with #AF10BC

Text Example


Text Example

White with #AF10BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF10BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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