Html Css Color HEX #AF18B1 Deep Magenta

📋 copy color: '#AF18B1'

red 175 ◦ green 24 ◦ blue 177

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

Shades of Deep Magenta #AF18B1

Tints of Deep Magenta #AF18B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.07%

R = 46.54%
G = 6.38%
B = 47.07%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF18B1 (or 0xAF18B1) is known color: Deep Magenta. HEX triplet: AF, 18 and B1. RGB value is (175,24,177). Sum of RGB (Red+Green+Blue) = 175+24+177=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF18B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF18B1 is #50E74E. Grayscale: #565656. Windows color (decimal): -5302095 or 11606191. OLE color: 11606191.

HSL color Cylindrical-coordinate representation of color #AF18B1: hue angle of 299.22º 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 #AF18B1 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 24 177 -
CMYK 0.01 0.86 0 0.31
HSL 299.22º 0.76% 0.39% -
HSV(B) 299.22º 0.86% 0.69% -
XYZ 25.94 12.94 42.73 -
YUV 86.59 179.03 191.06 -
System Red Green Blue C M Y K H S L
Decimal 175 24 177 0.01 0.86 0 0.31 299.22 0.76 0.39
Hex AF 18 B1 1 56 0 1F 12B 4C 27
Octal 257 30 261 1 126 0 37 453 114 47
Binary 10101111 11000 10110001 1 1010110 0 11111 100101011 1001100 100111

Color Harmonies of #AF18B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF18B1

Black with #AF18B1

Text Example


Text Example

White with #AF18B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF18B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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