Html Css Color HEX #AF14B1 Deep Magenta

📋 copy color: '#AF14B1'

red 175 ◦ green 20 ◦ blue 177

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

Shades of Deep Magenta #AF14B1

Tints of Deep Magenta #AF14B1

RGB

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

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

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

R = 47.04%
G = 5.38%
B = 47.58%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF14B1 (or 0xAF14B1) is known color: Deep Magenta. HEX triplet: AF, 14 and B1. RGB value is (175,20,177). Sum of RGB (Red+Green+Blue) = 175+20+177=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 177 (69.53% from 255 or 47.58% from 372); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF14B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF14B1 is #50EB4E. Grayscale: #535353. Windows color (decimal): -5303119 or 11605167. OLE color: 11605167.

HSL color Cylindrical-coordinate representation of color #AF14B1: hue angle of 299.24º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF14B1 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 20 177 -
CMYK 0.01 0.89 0 0.31
HSL 299.24º 0.8% 0.39% -
HSV(B) 299.24º 0.89% 0.69% -
XYZ 25.87 12.79 42.7 -
YUV 84.24 180.35 192.73 -
System Red Green Blue C M Y K H S L
Decimal 175 20 177 0.01 0.89 0 0.31 299.24 0.8 0.39
Hex AF 14 B1 1 59 0 1F 12B 50 27
Octal 257 24 261 1 131 0 37 453 120 47
Binary 10101111 10100 10110001 1 1011001 0 11111 100101011 1010000 100111

Color Harmonies of #AF14B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF14B1

Black with #AF14B1

Text Example


Text Example

White with #AF14B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF14B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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