Html Css Color HEX #AF0EBC Deep Magenta

📋 copy color: '#AF0EBC'

red 175 ◦ green 14 ◦ blue 188

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

Shades of Deep Magenta #AF0EBC

Tints of Deep Magenta #AF0EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.87%

R = 46.42%
G = 3.71%
B = 49.87%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF0EBC (or 0xAF0EBC) is known color: Deep Magenta. HEX triplet: AF, 0E and BC. RGB value is (175,14,188). Sum of RGB (Red+Green+Blue) = 175+14+188=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF0EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0EBC is #50F143. Grayscale: #515151. Windows color (decimal): -5304644 or 12324527. OLE color: 12324527.

HSL color Cylindrical-coordinate representation of color #AF0EBC: hue angle of 295.52º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0EBC is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 14 188 -
CMYK 0.07 0.93 0 0.26
HSL 295.52º 0.86% 0.4% -
HSV(B) 295.52º 0.93% 0.74% -
XYZ 26.91 13.06 48.68 -
YUV 81.98 187.84 194.35 -
System Red Green Blue C M Y K H S L
Decimal 175 14 188 0.07 0.93 0 0.26 295.52 0.86 0.4
Hex AF E BC 7 5D 0 1A 128 56 28
Octal 257 16 274 7 135 0 32 450 126 50
Binary 10101111 1110 10111100 111 1011101 0 11010 100101000 1010110 101000

Color Harmonies of #AF0EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0EBC

Black with #AF0EBC

Text Example


Text Example

White with #AF0EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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