Html Css Color HEX #AE17DD Dark Violet

📋 copy color: '#AE17DD'

red 174 ◦ green 23 ◦ blue 221

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

Shades of Dark Violet #AE17DD

Tints of Dark Violet #AE17DD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.5%

 BLUE value IS 221 (86.72% from 255) = 52.87%

R = 41.63%
G = 5.5%
B = 52.87%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE17DD (or 0xAE17DD) is known color: Dark Violet. HEX triplet: AE, 17 and DD. RGB value is (174,23,221). Sum of RGB (Red+Green+Blue) = 174+23+221=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE17DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE17DD is #51E822. Grayscale: #5A5A5A. Windows color (decimal): -5367843 or 14489518. OLE color: 14489518.

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

Color convert

RGB 174 23 221 -
CMYK 0.21 0.90 0 0.13
HSL 285.76º 0.81% 0.48% -
HSV(B) 285.76º 0.9% 0.87% -
XYZ 30.81 14.83 69.65 -
YUV 90.72 201.53 187.4 -
System Red Green Blue C M Y K H S L
Decimal 174 23 221 0.21 0.90 0 0.13 285.76 0.81 0.48
Hex AE 17 DD 15 5A 0 D 11E 51 30
Octal 256 27 335 25 132 0 15 436 121 60
Binary 10101110 10111 11011101 10101 1011010 0 1101 100011110 1010001 110000

Color Harmonies of #AE17DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE17DD

Black with #AE17DD

Text Example


Text Example

White with #AE17DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE17DD; }

 p { color: rgb(174,23,221); }

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

background-color css

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

 a { background-color: rgb(174,23,221); }

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

border-color css

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

 span { border-color: rgb(174,23,221); }

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