Html Css Color HEX #AF18B8 Deep Magenta

📋 copy color: '#AF18B8'

red 175 ◦ green 24 ◦ blue 184

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

Shades of Deep Magenta #AF18B8

Tints of Deep Magenta #AF18B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.04%

R = 45.69%
G = 6.27%
B = 48.04%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF18B8 (or 0xAF18B8) is known color: Deep Magenta. HEX triplet: AF, 18 and B8. RGB value is (175,24,184). Sum of RGB (Red+Green+Blue) = 175+24+184=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 184 (72.27% from 255 or 48.04% from 383); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF18B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF18B8 is #50E747. Grayscale: #565656. Windows color (decimal): -5302088 or 12064943. OLE color: 12064943.

HSL color Cylindrical-coordinate representation of color #AF18B8: hue angle of 296.62º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF18B8 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 24 184 -
CMYK 0.05 0.87 0 0.28
HSL 296.63º 0.77% 0.41% -
HSV(B) 296.63º 0.87% 0.72% -
XYZ 26.66 13.23 46.5 -
YUV 87.39 182.53 190.49 -
System Red Green Blue C M Y K H S L
Decimal 175 24 184 0.05 0.87 0 0.28 296.63 0.77 0.41
Hex AF 18 B8 5 57 0 1C 129 4D 29
Octal 257 30 270 5 127 0 34 451 115 51
Binary 10101111 11000 10111000 101 1010111 0 11100 100101001 1001101 101001

Color Harmonies of #AF18B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF18B8

Black with #AF18B8

Text Example


Text Example

White with #AF18B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF18B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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