Html Css Color HEX #AF0EBA Deep Magenta

📋 copy color: '#AF0EBA'

red 175 ◦ green 14 ◦ blue 186

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

Shades of Deep Magenta #AF0EBA

Tints of Deep Magenta #AF0EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.6%

R = 46.67%
G = 3.73%
B = 49.6%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF0EBA (or 0xAF0EBA) is known color: Deep Magenta. HEX triplet: AF, 0E and BA. RGB value is (175,14,186). Sum of RGB (Red+Green+Blue) = 175+14+186=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF0EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0EBA is #50F145. Grayscale: #515151. Windows color (decimal): -5304646 or 12193455. OLE color: 12193455.

HSL color Cylindrical-coordinate representation of color #AF0EBA: hue angle of 296.16º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0EBA is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 14 186 -
CMYK 0.06 0.92 0 0.27
HSL 296.16º 0.86% 0.39% -
HSV(B) 296.16º 0.92% 0.73% -
XYZ 26.7 12.97 47.55 -
YUV 81.75 186.84 194.51 -
System Red Green Blue C M Y K H S L
Decimal 175 14 186 0.06 0.92 0 0.27 296.16 0.86 0.39
Hex AF E BA 6 5C 0 1B 128 56 27
Octal 257 16 272 6 134 0 33 450 126 47
Binary 10101111 1110 10111010 110 1011100 0 11011 100101000 1010110 100111

Color Harmonies of #AF0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0EBA

Black with #AF0EBA

Text Example


Text Example

White with #AF0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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