Html Css Color HEX #AF15C0 Deep Magenta

📋 copy color: '#AF15C0'

red 175 ◦ green 21 ◦ blue 192

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

Shades of Deep Magenta #AF15C0

Tints of Deep Magenta #AF15C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.48%

R = 45.1%
G = 5.41%
B = 49.48%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF15C0 (or 0xAF15C0) is known color: Deep Magenta. HEX triplet: AF, 15 and C0. RGB value is (175,21,192). Sum of RGB (Red+Green+Blue) = 175+21+192=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF15C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF15C0 is #50EA3F. Grayscale: #565656. Windows color (decimal): -5302848 or 12588463. OLE color: 12588463.

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

Color convert

RGB 175 21 192 -
CMYK 0.09 0.89 0 0.25
HSL 294.04º 0.8% 0.42% -
HSV(B) 294.04º 0.89% 0.75% -
XYZ 27.46 13.46 51.02 -
YUV 86.54 187.52 191.1 -
System Red Green Blue C M Y K H S L
Decimal 175 21 192 0.09 0.89 0 0.25 294.04 0.8 0.42
Hex AF 15 C0 9 59 0 19 126 50 2A
Octal 257 25 300 11 131 0 31 446 120 52
Binary 10101111 10101 11000000 1001 1011001 0 11001 100100110 1010000 101010

Color Harmonies of #AF15C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF15C0

Black with #AF15C0

Text Example


Text Example

White with #AF15C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF15C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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