Html Css Color HEX #AE14DF Dark Violet

📋 copy color: '#AE14DF'

red 174 ◦ green 20 ◦ blue 223

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

Shades of Dark Violet #AE14DF

Tints of Dark Violet #AE14DF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.8%

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

R = 41.73%
G = 4.8%
B = 53.48%

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

#AE14DF (or 0xAE14DF) is known color: Dark Violet. HEX triplet: AE, 14 and DF. RGB value is (174,20,223). Sum of RGB (Red+Green+Blue) = 174+20+223=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 20 (8.20% from 255 or 4.80% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE14DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE14DF is #51EB20. Grayscale: #585858. Windows color (decimal): -5368609 or 14619822. OLE color: 14619822.

HSL color Cylindrical-coordinate representation of color #AE14DF: hue angle of 285.52º degrees, saturation: 0.84, 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 #AE14DF is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 20 223 -
CMYK 0.22 0.91 0 0.13
HSL 285.52º 0.84% 0.48% -
HSV(B) 285.52º 0.91% 0.87% -
XYZ 31.03 14.83 71.04 -
YUV 89.19 203.52 188.49 -
System Red Green Blue C M Y K H S L
Decimal 174 20 223 0.22 0.91 0 0.13 285.52 0.84 0.48
Hex AE 14 DF 16 5B 0 D 11E 54 30
Octal 256 24 337 26 133 0 15 436 124 60
Binary 10101110 10100 11011111 10110 1011011 0 1101 100011110 1010100 110000

Color Harmonies of #AE14DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE14DF

Black with #AE14DF

Text Example


Text Example

White with #AE14DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE14DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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