Html Css Color HEX #AE16D1 Dark Violet

📋 copy color: '#AE16D1'

red 174 ◦ green 22 ◦ blue 209

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

Shades of Dark Violet #AE16D1

Tints of Dark Violet #AE16D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 51.6%

R = 42.96%
G = 5.43%
B = 51.6%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE16D1 (or 0xAE16D1) is known color: Dark Violet. HEX triplet: AE, 16 and D1. RGB value is (174,22,209). Sum of RGB (Red+Green+Blue) = 174+22+209=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 209 (82.03% from 255 or 51.60% from 405); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE16D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE16D1 is #51E92E. Grayscale: #585858. Windows color (decimal): -5368111 or 13702830. OLE color: 13702830.

HSL color Cylindrical-coordinate representation of color #AE16D1: hue angle of 288.77º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE16D1 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 22 209 -
CMYK 0.17 0.89 0 0.18
HSL 288.77º 0.81% 0.45% -
HSV(B) 288.77º 0.89% 0.82% -
XYZ 29.25 14.18 61.52 -
YUV 88.77 195.86 188.79 -
System Red Green Blue C M Y K H S L
Decimal 174 22 209 0.17 0.89 0 0.18 288.77 0.81 0.45
Hex AE 16 D1 11 59 0 12 121 51 2D
Octal 256 26 321 21 131 0 22 441 121 55
Binary 10101110 10110 11010001 10001 1011001 0 10010 100100001 1010001 101101

Color Harmonies of #AE16D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE16D1

Black with #AE16D1

Text Example


Text Example

White with #AE16D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE16D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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