Html Css Color HEX #AE11CE Dark Violet

📋 copy color: '#AE11CE'

red 174 ◦ green 17 ◦ blue 206

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

Shades of Dark Violet #AE11CE

Tints of Dark Violet #AE11CE

RGB

 RED value IS 174 (68.36% from 255) = 43.83%

 GREEN value IS 17 (7.03% from 255) = 4.28%

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 43.83%
G = 4.28%
B = 51.89%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE11CE (or 0xAE11CE) is known color: Dark Violet. HEX triplet: AE, 11 and CE. RGB value is (174,17,206). Sum of RGB (Red+Green+Blue) = 174+17+206=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE11CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE11CE is #51EE31. Grayscale: #545454. Windows color (decimal): -5369394 or 13504942. OLE color: 13504942.

HSL color Cylindrical-coordinate representation of color #AE11CE: hue angle of 289.84º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE11CE is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 17 206 -
CMYK 0.16 0.92 0 0.19
HSL 289.84º 0.85% 0.44% -
HSV(B) 289.84º 0.92% 0.81% -
XYZ 28.8 13.86 59.55 -
YUV 85.49 196.01 191.13 -
System Red Green Blue C M Y K H S L
Decimal 174 17 206 0.16 0.92 0 0.19 289.84 0.85 0.44
Hex AE 11 CE 10 5C 0 13 122 55 2C
Octal 256 21 316 20 134 0 23 442 125 54
Binary 10101110 10001 11001110 10000 1011100 0 10011 100100010 1010101 101100

Color Harmonies of #AE11CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE11CE

Black with #AE11CE

Text Example


Text Example

White with #AE11CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE11CE; }

 p { color: rgb(174,17,206); }

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

background-color css

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

 a { background-color: rgb(174,17,206); }

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

border-color css

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

 span { border-color: rgb(174,17,206); }

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