Html Css Color HEX #AF15BB Deep Magenta

📋 copy color: '#AF15BB'

red 175 ◦ green 21 ◦ blue 187

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

Shades of Deep Magenta #AF15BB

Tints of Deep Magenta #AF15BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 45.69%
G = 5.48%
B = 48.83%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF15BB (or 0xAF15BB) is known color: Deep Magenta. HEX triplet: AF, 15 and BB. RGB value is (175,21,187). Sum of RGB (Red+Green+Blue) = 175+21+187=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF15BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF15BB is #50EA44. Grayscale: #555555. Windows color (decimal): -5302853 or 12260783. OLE color: 12260783.

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

Color convert

RGB 175 21 187 -
CMYK 0.06 0.89 0 0.27
HSL 295.66º 0.8% 0.41% -
HSV(B) 295.66º 0.89% 0.73% -
XYZ 26.92 13.24 48.15 -
YUV 85.97 185.02 191.5 -
System Red Green Blue C M Y K H S L
Decimal 175 21 187 0.06 0.89 0 0.27 295.66 0.8 0.41
Hex AF 15 BB 6 59 0 1B 128 50 29
Octal 257 25 273 6 131 0 33 450 120 51
Binary 10101111 10101 10111011 110 1011001 0 11011 100101000 1010000 101001

Color Harmonies of #AF15BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF15BB

Black with #AF15BB

Text Example


Text Example

White with #AF15BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF15BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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