Html Css Color HEX #AE16DB Dark Violet

📋 copy color: '#AE16DB'

red 174 ◦ green 22 ◦ blue 219

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

Shades of Dark Violet #AE16DB

Tints of Dark Violet #AE16DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.77%

R = 41.93%
G = 5.3%
B = 52.77%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE16DB (or 0xAE16DB) is known color: Dark Violet. HEX triplet: AE, 16 and DB. RGB value is (174,22,219). Sum of RGB (Red+Green+Blue) = 174+22+219=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE16DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE16DB is #51E924. Grayscale: #595959. Windows color (decimal): -5368101 or 14358190. OLE color: 14358190.

HSL color Cylindrical-coordinate representation of color #AE16DB: hue angle of 286.29º 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 #AE16DB is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 22 219 -
CMYK 0.21 0.90 0 0.14
HSL 286.29º 0.82% 0.47% -
HSV(B) 286.29º 0.9% 0.86% -
XYZ 30.53 14.69 68.24 -
YUV 89.91 200.86 187.98 -
System Red Green Blue C M Y K H S L
Decimal 174 22 219 0.21 0.90 0 0.14 286.29 0.82 0.47
Hex AE 16 DB 15 5A 0 E 11E 52 2F
Octal 256 26 333 25 132 0 16 436 122 57
Binary 10101110 10110 11011011 10101 1011010 0 1110 100011110 1010010 101111

Color Harmonies of #AE16DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE16DB

Black with #AE16DB

Text Example


Text Example

White with #AE16DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE16DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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