Html Css Color HEX #AF10BD Deep Magenta

📋 copy color: '#AF10BD'

red 175 ◦ green 16 ◦ blue 189

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

Shades of Deep Magenta #AF10BD

Tints of Deep Magenta #AF10BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.74%

R = 46.05%
G = 4.21%
B = 49.74%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF10BD (or 0xAF10BD) is known color: Deep Magenta. HEX triplet: AF, 10 and BD. RGB value is (175,16,189). Sum of RGB (Red+Green+Blue) = 175+16+189=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF10BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10BD is #50EF42. Grayscale: #525252. Windows color (decimal): -5304131 or 12390575. OLE color: 12390575.

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

Color convert

RGB 175 16 189 -
CMYK 0.07 0.92 0 0.26
HSL 295.14º 0.84% 0.4% -
HSV(B) 295.14º 0.92% 0.74% -
XYZ 27.05 13.16 49.26 -
YUV 83.26 187.68 193.43 -
System Red Green Blue C M Y K H S L
Decimal 175 16 189 0.07 0.92 0 0.26 295.14 0.84 0.4
Hex AF 10 BD 7 5C 0 1A 127 54 28
Octal 257 20 275 7 134 0 32 447 124 50
Binary 10101111 10000 10111101 111 1011100 0 11010 100100111 1010100 101000

Color Harmonies of #AF10BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF10BD

Black with #AF10BD

Text Example


Text Example

White with #AF10BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF10BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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