Html Css Color HEX #AF0EAC Deep Magenta

📋 copy color: '#AF0EAC'

red 175 ◦ green 14 ◦ blue 172

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

Shades of Deep Magenta #AF0EAC

Tints of Deep Magenta #AF0EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 48.48%
G = 3.88%
B = 47.65%

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

#AF0EAC (or 0xAF0EAC) is known color: Deep Magenta. HEX triplet: AF, 0E and AC. RGB value is (175,14,172). Sum of RGB (Red+Green+Blue) = 175+14+172=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0EAC is #50F153. Grayscale: #4F4F4F. Windows color (decimal): -5304660 or 11275951. OLE color: 11275951.

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

Color convert

RGB 175 14 172 -
CMYK 0 0.92 0.02 0.31
HSL 301.12º 0.85% 0.37% -
HSV(B) 301.12º 0.92% 0.69% -
XYZ 25.28 12.41 40.09 -
YUV 80.15 179.84 195.65 -
System Red Green Blue C M Y K H S L
Decimal 175 14 172 0 0.92 0.02 0.31 301.12 0.85 0.37
Hex AF E AC 0 5C 2 1F 12D 55 25
Octal 257 16 254 0 134 2 37 455 125 45
Binary 10101111 1110 10101100 0 1011100 10 11111 100101101 1010101 100101

Color Harmonies of #AF0EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0EAC

Black with #AF0EAC

Text Example


Text Example

White with #AF0EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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