Html Css Color HEX #AF18AF Deep Magenta

📋 copy color: '#AF18AF'

red 175 ◦ green 24 ◦ blue 175

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

Shades of Deep Magenta #AF18AF

Tints of Deep Magenta #AF18AF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.42%

 BLUE value IS 175 (68.75% from 255) = 46.79%

R = 46.79%
G = 6.42%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF18AF (or 0xAF18AF) is known color: Deep Magenta. HEX triplet: AF, 18 and AF. RGB value is (175,24,175). Sum of RGB (Red+Green+Blue) = 175+24+175=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF18AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF18AF is #50E750. Grayscale: #555555. Windows color (decimal): -5302097 or 11475119. OLE color: 11475119.

HSL color Cylindrical-coordinate representation of color #AF18AF: hue angle of 300º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF18AF is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 24 175 -
CMYK 0 0.86 0 0.31
HSL 300º 0.76% 0.39% -
HSV(B) 300º 0.86% 0.69% -
XYZ 25.74 12.86 41.68 -
YUV 86.36 178.03 191.22 -
System Red Green Blue C M Y K H S L
Decimal 175 24 175 0 0.86 0 0.31 300 0.76 0.39
Hex AF 18 AF 0 56 0 1F 12C 4C 27
Octal 257 30 257 0 126 0 37 454 114 47
Binary 10101111 11000 10101111 0 1010110 0 11111 100101100 1001100 100111

Color Harmonies of #AF18AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF18AF

Black with #AF18AF

Text Example


Text Example

White with #AF18AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF18AF; }

 p { color: rgb(175,24,175); }

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

background-color css

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

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

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

border-color css

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

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

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