Html Css Color HEX #AE16DF Dark Violet

📋 copy color: '#AE16DF'

red 174 ◦ green 22 ◦ blue 223

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

Shades of Dark Violet #AE16DF

Tints of Dark Violet #AE16DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.22%

R = 41.53%
G = 5.25%
B = 53.22%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE16DF (or 0xAE16DF) is known color: Dark Violet. HEX triplet: AE, 16 and DF. RGB value is (174,22,223). Sum of RGB (Red+Green+Blue) = 174+22+223=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE16DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE16DF is #51E920. Grayscale: #595959. Windows color (decimal): -5368097 or 14620334. OLE color: 14620334.

HSL color Cylindrical-coordinate representation of color #AE16DF: hue angle of 285.37º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE16DF is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 22 223 -
CMYK 0.22 0.90 0 0.13
HSL 285.37º 0.82% 0.48% -
HSV(B) 285.37º 0.9% 0.87% -
XYZ 31.06 14.9 71.05 -
YUV 90.36 202.86 187.66 -
System Red Green Blue C M Y K H S L
Decimal 174 22 223 0.22 0.90 0 0.13 285.37 0.82 0.48
Hex AE 16 DF 16 5A 0 D 11D 52 30
Octal 256 26 337 26 132 0 15 435 122 60
Binary 10101110 10110 11011111 10110 1011010 0 1101 100011101 1010010 110000

Color Harmonies of #AE16DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE16DF

Black with #AE16DF

Text Example


Text Example

White with #AE16DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE16DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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