Html Css Color HEX #AF15BD Deep Magenta

📋 copy color: '#AF15BD'

red 175 ◦ green 21 ◦ blue 189

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

Shades of Deep Magenta #AF15BD

Tints of Deep Magenta #AF15BD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.45%

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

R = 45.45%
G = 5.45%
B = 49.09%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF15BD (or 0xAF15BD) is known color: Deep Magenta. HEX triplet: AF, 15 and BD. RGB value is (175,21,189). Sum of RGB (Red+Green+Blue) = 175+21+189=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF15BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF15BD is #50EA42. Grayscale: #555555. Windows color (decimal): -5302851 or 12391855. OLE color: 12391855.

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

Color convert

RGB 175 21 189 -
CMYK 0.07 0.89 0 0.26
HSL 295º 0.8% 0.41% -
HSV(B) 295º 0.89% 0.74% -
XYZ 27.13 13.32 49.29 -
YUV 86.2 186.02 191.34 -
System Red Green Blue C M Y K H S L
Decimal 175 21 189 0.07 0.89 0 0.26 295 0.8 0.41
Hex AF 15 BD 7 59 0 1A 127 50 29
Octal 257 25 275 7 131 0 32 447 120 51
Binary 10101111 10101 10111101 111 1011001 0 11010 100100111 1010000 101001

Color Harmonies of #AF15BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF15BD

Black with #AF15BD

Text Example


Text Example

White with #AF15BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF15BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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