Html Css Color HEX #AF0EC2 Deep Magenta

📋 copy color: '#AF0EC2'

red 175 ◦ green 14 ◦ blue 194

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

Shades of Deep Magenta #AF0EC2

Tints of Deep Magenta #AF0EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50.65%

R = 45.69%
G = 3.66%
B = 50.65%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF0EC2 (or 0xAF0EC2) is known color: Deep Magenta. HEX triplet: AF, 0E and C2. RGB value is (175,14,194). Sum of RGB (Red+Green+Blue) = 175+14+194=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 194 (76.17% from 255 or 50.65% from 383); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF0EC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0EC2 is #50F13D. Grayscale: #525252. Windows color (decimal): -5304638 or 12717743. OLE color: 12717743.

HSL color Cylindrical-coordinate representation of color #AF0EC2: hue angle of 293.67º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0EC2 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 14 194 -
CMYK 0.10 0.93 0 0.24
HSL 293.67º 0.87% 0.41% -
HSV(B) 293.67º 0.93% 0.76% -
XYZ 27.57 13.32 52.16 -
YUV 82.66 190.84 193.86 -
System Red Green Blue C M Y K H S L
Decimal 175 14 194 0.10 0.93 0 0.24 293.67 0.87 0.41
Hex AF E C2 A 5D 0 18 126 57 29
Octal 257 16 302 12 135 0 30 446 127 51
Binary 10101111 1110 11000010 1010 1011101 0 11000 100100110 1010111 101001

Color Harmonies of #AF0EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0EC2

Black with #AF0EC2

Text Example


Text Example

White with #AF0EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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