Html Css Color HEX #AE15DF Dark Violet

📋 copy color: '#AE15DF'

red 174 ◦ green 21 ◦ blue 223

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

Shades of Dark Violet #AE15DF

Tints of Dark Violet #AE15DF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.02%

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

R = 41.63%
G = 5.02%
B = 53.35%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE15DF (or 0xAE15DF) is known color: Dark Violet. HEX triplet: AE, 15 and DF. RGB value is (174,21,223). Sum of RGB (Red+Green+Blue) = 174+21+223=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE15DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE15DF is #51EA20. Grayscale: #595959. Windows color (decimal): -5368353 or 14620078. OLE color: 14620078.

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

Color convert

RGB 174 21 223 -
CMYK 0.22 0.91 0 0.13
HSL 285.45º 0.83% 0.48% -
HSV(B) 285.45º 0.91% 0.87% -
XYZ 31.04 14.86 71.04 -
YUV 89.78 203.19 188.07 -
System Red Green Blue C M Y K H S L
Decimal 174 21 223 0.22 0.91 0 0.13 285.45 0.83 0.48
Hex AE 15 DF 16 5B 0 D 11D 53 30
Octal 256 25 337 26 133 0 15 435 123 60
Binary 10101110 10101 11011111 10110 1011011 0 1101 100011101 1010011 110000

Color Harmonies of #AE15DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE15DF

Black with #AE15DF

Text Example


Text Example

White with #AE15DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE15DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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