Html Css Color HEX #AF0EB2 Deep Magenta

📋 copy color: '#AF0EB2'

red 175 ◦ green 14 ◦ blue 178

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

Shades of Deep Magenta #AF0EB2

Tints of Deep Magenta #AF0EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.5%

R = 47.68%
G = 3.81%
B = 48.5%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF0EB2 (or 0xAF0EB2) is known color: Deep Magenta. HEX triplet: AF, 0E and B2. RGB value is (175,14,178). Sum of RGB (Red+Green+Blue) = 175+14+178=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF0EB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0EB2 is #50F14D. Grayscale: #505050. Windows color (decimal): -5304654 or 11669167. OLE color: 11669167.

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

Color convert

RGB 175 14 178 -
CMYK 0.02 0.92 0 0.30
HSL 298.9º 0.85% 0.38% -
HSV(B) 298.9º 0.92% 0.7% -
XYZ 25.87 12.64 43.2 -
YUV 80.84 182.84 195.16 -
System Red Green Blue C M Y K H S L
Decimal 175 14 178 0.02 0.92 0 0.30 298.9 0.85 0.38
Hex AF E B2 2 5C 0 1E 12B 55 26
Octal 257 16 262 2 134 0 36 453 125 46
Binary 10101111 1110 10110010 10 1011100 0 11110 100101011 1010101 100110

Color Harmonies of #AF0EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0EB2

Black with #AF0EB2

Text Example


Text Example

White with #AF0EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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