Html Css Color HEX #AF0EBD Deep Magenta

📋 copy color: '#AF0EBD'

red 175 ◦ green 14 ◦ blue 189

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

Shades of Deep Magenta #AF0EBD

Tints of Deep Magenta #AF0EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50%

R = 46.3%
G = 3.7%
B = 50%

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

#AF0EBD (or 0xAF0EBD) is known color: Deep Magenta. HEX triplet: AF, 0E and BD. RGB value is (175,14,189). Sum of RGB (Red+Green+Blue) = 175+14+189=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF0EBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0EBD is #50F142. Grayscale: #515151. Windows color (decimal): -5304643 or 12390063. OLE color: 12390063.

HSL color Cylindrical-coordinate representation of color #AF0EBD: hue angle of 295.2º 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 #AF0EBD is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 14 189 -
CMYK 0.07 0.93 0 0.26
HSL 295.2º 0.86% 0.4% -
HSV(B) 295.2º 0.93% 0.74% -
XYZ 27.02 13.1 49.25 -
YUV 82.09 188.34 194.27 -
System Red Green Blue C M Y K H S L
Decimal 175 14 189 0.07 0.93 0 0.26 295.2 0.86 0.4
Hex AF E BD 7 5D 0 1A 127 56 28
Octal 257 16 275 7 135 0 32 447 126 50
Binary 10101111 1110 10111101 111 1011101 0 11010 100100111 1010110 101000

Color Harmonies of #AF0EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0EBD

Black with #AF0EBD

Text Example


Text Example

White with #AF0EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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