Html Css Color HEX #AF15BE Deep Magenta

📋 copy color: '#AF15BE'

red 175 ◦ green 21 ◦ blue 190

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

Shades of Deep Magenta #AF15BE

Tints of Deep Magenta #AF15BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.22%

R = 45.34%
G = 5.44%
B = 49.22%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF15BE (or 0xAF15BE) is known color: Deep Magenta. HEX triplet: AF, 15 and BE. RGB value is (175,21,190). Sum of RGB (Red+Green+Blue) = 175+21+190=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF15BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF15BE is #50EA41. Grayscale: #555555. Windows color (decimal): -5302850 or 12457391. OLE color: 12457391.

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

Color convert

RGB 175 21 190 -
CMYK 0.08 0.89 0 0.25
HSL 294.67º 0.8% 0.41% -
HSV(B) 294.67º 0.89% 0.75% -
XYZ 27.24 13.37 49.86 -
YUV 86.31 186.52 191.26 -
System Red Green Blue C M Y K H S L
Decimal 175 21 190 0.08 0.89 0 0.25 294.67 0.8 0.41
Hex AF 15 BE 8 59 0 19 127 50 29
Octal 257 25 276 10 131 0 31 447 120 51
Binary 10101111 10101 10111110 1000 1011001 0 11001 100100111 1010000 101001

Color Harmonies of #AF15BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF15BE

Black with #AF15BE

Text Example


Text Example

White with #AF15BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF15BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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