Html Css Color HEX #AF18BA Deep Magenta

📋 copy color: '#AF18BA'

red 175 ◦ green 24 ◦ blue 186

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

Shades of Deep Magenta #AF18BA

Tints of Deep Magenta #AF18BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 45.45%
G = 6.23%
B = 48.31%

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

#AF18BA (or 0xAF18BA) is known color: Deep Magenta. HEX triplet: AF, 18 and BA. RGB value is (175,24,186). Sum of RGB (Red+Green+Blue) = 175+24+186=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF18BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF18BA is #50E745. Grayscale: #575757. Windows color (decimal): -5302086 or 12196015. OLE color: 12196015.

HSL color Cylindrical-coordinate representation of color #AF18BA: hue angle of 295.93º 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 #AF18BA is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 24 186 -
CMYK 0.06 0.87 0 0.27
HSL 295.93º 0.77% 0.41% -
HSV(B) 295.93º 0.87% 0.73% -
XYZ 26.87 13.31 47.61 -
YUV 87.62 183.53 190.33 -
System Red Green Blue C M Y K H S L
Decimal 175 24 186 0.06 0.87 0 0.27 295.93 0.77 0.41
Hex AF 18 BA 6 57 0 1B 128 4D 29
Octal 257 30 272 6 127 0 33 450 115 51
Binary 10101111 11000 10111010 110 1010111 0 11011 100101000 1001101 101001

Color Harmonies of #AF18BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF18BA

Black with #AF18BA

Text Example


Text Example

White with #AF18BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF18BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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