Html Css Color HEX #AF14BB Deep Magenta

📋 copy color: '#AF14BB'

red 175 ◦ green 20 ◦ blue 187

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

Shades of Deep Magenta #AF14BB

Tints of Deep Magenta #AF14BB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.24%

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

R = 45.81%
G = 5.24%
B = 48.95%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF14BB (or 0xAF14BB) is known color: Deep Magenta. HEX triplet: AF, 14 and BB. RGB value is (175,20,187). Sum of RGB (Red+Green+Blue) = 175+20+187=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF14BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF14BB is #50EB44. Grayscale: #545454. Windows color (decimal): -5303109 or 12260527. OLE color: 12260527.

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

Color convert

RGB 175 20 187 -
CMYK 0.06 0.89 0 0.27
HSL 295.69º 0.81% 0.41% -
HSV(B) 295.69º 0.89% 0.73% -
XYZ 26.9 13.2 48.14 -
YUV 85.38 185.35 191.92 -
System Red Green Blue C M Y K H S L
Decimal 175 20 187 0.06 0.89 0 0.27 295.69 0.81 0.41
Hex AF 14 BB 6 59 0 1B 128 51 29
Octal 257 24 273 6 131 0 33 450 121 51
Binary 10101111 10100 10111011 110 1011001 0 11011 100101000 1010001 101001

Color Harmonies of #AF14BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF14BB

Black with #AF14BB

Text Example


Text Example

White with #AF14BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF14BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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