Html Css Color HEX #AF18BB Deep Magenta

📋 copy color: '#AF18BB'

red 175 ◦ green 24 ◦ blue 187

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

Shades of Deep Magenta #AF18BB

Tints of Deep Magenta #AF18BB

RGB

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

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

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

R = 45.34%
G = 6.22%
B = 48.45%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF18BB (or 0xAF18BB) is known color: Deep Magenta. HEX triplet: AF, 18 and BB. RGB value is (175,24,187). Sum of RGB (Red+Green+Blue) = 175+24+187=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF18BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF18BB is #50E744. Grayscale: #575757. Windows color (decimal): -5302085 or 12261551. OLE color: 12261551.

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

Color convert

RGB 175 24 187 -
CMYK 0.06 0.87 0 0.27
HSL 295.58º 0.77% 0.41% -
HSV(B) 295.58º 0.87% 0.73% -
XYZ 26.98 13.36 48.17 -
YUV 87.73 184.03 190.25 -
System Red Green Blue C M Y K H S L
Decimal 175 24 187 0.06 0.87 0 0.27 295.58 0.77 0.41
Hex AF 18 BB 6 57 0 1B 128 4D 29
Octal 257 30 273 6 127 0 33 450 115 51
Binary 10101111 11000 10111011 110 1010111 0 11011 100101000 1001101 101001

Color Harmonies of #AF18BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF18BB

Black with #AF18BB

Text Example


Text Example

White with #AF18BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF18BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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