Html Css Color HEX #AF0EBF Deep Magenta

📋 copy color: '#AF0EBF'

red 175 ◦ green 14 ◦ blue 191

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

Shades of Deep Magenta #AF0EBF

Tints of Deep Magenta #AF0EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.26%

R = 46.05%
G = 3.68%
B = 50.26%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF0EBF (or 0xAF0EBF) is known color: Deep Magenta. HEX triplet: AF, 0E and BF. RGB value is (175,14,191). Sum of RGB (Red+Green+Blue) = 175+14+191=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF0EBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0EBF is #50F140. Grayscale: #515151. Windows color (decimal): -5304641 or 12521135. OLE color: 12521135.

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

Color convert

RGB 175 14 191 -
CMYK 0.08 0.93 0 0.25
HSL 294.58º 0.86% 0.4% -
HSV(B) 294.58º 0.93% 0.75% -
XYZ 27.24 13.19 50.4 -
YUV 82.32 189.34 194.11 -
System Red Green Blue C M Y K H S L
Decimal 175 14 191 0.08 0.93 0 0.25 294.58 0.86 0.4
Hex AF E BF 8 5D 0 19 127 56 28
Octal 257 16 277 10 135 0 31 447 126 50
Binary 10101111 1110 10111111 1000 1011101 0 11001 100100111 1010110 101000

Color Harmonies of #AF0EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0EBF

Black with #AF0EBF

Text Example


Text Example

White with #AF0EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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