Html Css Color HEX #AF0EAB Deep Magenta

📋 copy color: '#AF0EAB'

red 175 ◦ green 14 ◦ blue 171

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

Shades of Deep Magenta #AF0EAB

Tints of Deep Magenta #AF0EAB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.89%

 BLUE value IS 171 (67.19% from 255) = 47.5%

R = 48.61%
G = 3.89%
B = 47.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF0EAB (or 0xAF0EAB) is known color: Deep Magenta. HEX triplet: AF, 0E and AB. RGB value is (175,14,171). Sum of RGB (Red+Green+Blue) = 175+14+171=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 14 (5.86% from 255 or 3.89% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0EAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0EAB is #50F154. Grayscale: #4F4F4F. Windows color (decimal): -5304661 or 11210415. OLE color: 11210415.

HSL color Cylindrical-coordinate representation of color #AF0EAB: hue angle of 301.49º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0EAB is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 14 171 -
CMYK 0 0.92 0.02 0.31
HSL 301.49º 0.85% 0.37% -
HSV(B) 301.49º 0.92% 0.69% -
XYZ 25.19 12.37 39.59 -
YUV 80.04 179.34 195.73 -
System Red Green Blue C M Y K H S L
Decimal 175 14 171 0 0.92 0.02 0.31 301.49 0.85 0.37
Hex AF E AB 0 5C 2 1F 12D 55 25
Octal 257 16 253 0 134 2 37 455 125 45
Binary 10101111 1110 10101011 0 1011100 10 11111 100101101 1010101 100101

Color Harmonies of #AF0EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0EAB

Black with #AF0EAB

Text Example


Text Example

White with #AF0EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0EAB; }

 p { color: rgb(175,14,171); }

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

background-color css

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

 a { background-color: rgb(175,14,171); }

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

border-color css

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

 span { border-color: rgb(175,14,171); }

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