Html Css Color HEX #AF18BE Deep Magenta

📋 copy color: '#AF18BE'

red 175 ◦ green 24 ◦ blue 190

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

Shades of Deep Magenta #AF18BE

Tints of Deep Magenta #AF18BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 44.99%
G = 6.17%
B = 48.84%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF18BE (or 0xAF18BE) is known color: Deep Magenta. HEX triplet: AF, 18 and BE. RGB value is (175,24,190). Sum of RGB (Red+Green+Blue) = 175+24+190=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF18BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF18BE is #50E741. Grayscale: #575757. Windows color (decimal): -5302082 or 12458159. OLE color: 12458159.

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

Color convert

RGB 175 24 190 -
CMYK 0.08 0.87 0 0.25
HSL 294.58º 0.78% 0.42% -
HSV(B) 294.58º 0.87% 0.75% -
XYZ 27.3 13.48 49.88 -
YUV 88.07 185.53 190 -
System Red Green Blue C M Y K H S L
Decimal 175 24 190 0.08 0.87 0 0.25 294.58 0.78 0.42
Hex AF 18 BE 8 57 0 19 127 4E 2A
Octal 257 30 276 10 127 0 31 447 116 52
Binary 10101111 11000 10111110 1000 1010111 0 11001 100100111 1001110 101010

Color Harmonies of #AF18BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF18BE

Black with #AF18BE

Text Example


Text Example

White with #AF18BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF18BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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