Html Css Color HEX #AE18DF Dark Violet

📋 copy color: '#AE18DF'

red 174 ◦ green 24 ◦ blue 223

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

Shades of Dark Violet #AE18DF

Tints of Dark Violet #AE18DF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.7%

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

R = 41.33%
G = 5.7%
B = 52.97%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE18DF (or 0xAE18DF) is known color: Dark Violet. HEX triplet: AE, 18 and DF. RGB value is (174,24,223). Sum of RGB (Red+Green+Blue) = 174+24+223=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE18DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE18DF is #51E720. Grayscale: #5A5A5A. Windows color (decimal): -5367585 or 14620846. OLE color: 14620846.

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

Color convert

RGB 174 24 223 -
CMYK 0.22 0.89 0 0.13
HSL 285.23º 0.81% 0.48% -
HSV(B) 285.23º 0.89% 0.87% -
XYZ 31.1 14.98 71.06 -
YUV 91.54 202.2 186.82 -
System Red Green Blue C M Y K H S L
Decimal 174 24 223 0.22 0.89 0 0.13 285.23 0.81 0.48
Hex AE 18 DF 16 59 0 D 11D 51 30
Octal 256 30 337 26 131 0 15 435 121 60
Binary 10101110 11000 11011111 10110 1011001 0 1101 100011101 1010001 110000

Color Harmonies of #AE18DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE18DF

Black with #AE18DF

Text Example


Text Example

White with #AE18DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE18DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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