Html Css Color HEX #AE16DC Dark Violet

📋 copy color: '#AE16DC'

red 174 ◦ green 22 ◦ blue 220

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

Shades of Dark Violet #AE16DC

Tints of Dark Violet #AE16DC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.29%

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 41.83%
G = 5.29%
B = 52.88%

CMYK

 C value IS 0.21

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE16DC (or 0xAE16DC) is known color: Dark Violet. HEX triplet: AE, 16 and DC. RGB value is (174,22,220). Sum of RGB (Red+Green+Blue) = 174+22+220=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE16DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE16DC is #51E923. Grayscale: #595959. Windows color (decimal): -5368100 or 14423726. OLE color: 14423726.

HSL color Cylindrical-coordinate representation of color #AE16DC: hue angle of 286.06º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE16DC is Cyan = 0.21, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 22 220 -
CMYK 0.21 0.9 0 0.14
HSL 286.06º 0.82% 0.47% -
HSV(B) 286.06º 0.9% 0.86% -
XYZ 30.66 14.74 68.94 -
YUV 90.02 201.36 187.9 -
System Red Green Blue C M Y K H S L
Decimal 174 22 220 0.21 0.9 0 0.14 286.06 0.82 0.47
Hex AE 16 DC 15 5A 0 E 11E 52 2F
Octal 256 26 334 25 132 0 16 436 122 57
Binary 10101110 10110 11011100 10101 1011010 0 1110 100011110 1010010 101111

Color Harmonies of #AE16DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE16DC

Black with #AE16DC

Text Example


Text Example

White with #AE16DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE16DC; }

 p { color: rgb(174,22,220); }

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

background-color css

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

 a { background-color: rgb(174,22,220); }

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

border-color css

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

 span { border-color: rgb(174,22,220); }

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