Html Css Color HEX #AE14CE Dark Violet

📋 copy color: '#AE14CE'

red 174 ◦ green 20 ◦ blue 206

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

Shades of Dark Violet #AE14CE

Tints of Dark Violet #AE14CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.5%

R = 43.5%
G = 5%
B = 51.5%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE14CE (or 0xAE14CE) is known color: Dark Violet. HEX triplet: AE, 14 and CE. RGB value is (174,20,206). Sum of RGB (Red+Green+Blue) = 174+20+206=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE14CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE14CE is #51EB31. Grayscale: #565656. Windows color (decimal): -5368626 or 13505710. OLE color: 13505710.

HSL color Cylindrical-coordinate representation of color #AE14CE: hue angle of 289.68º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE14CE is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 20 206 -
CMYK 0.16 0.90 0 0.19
HSL 289.68º 0.82% 0.44% -
HSV(B) 289.68º 0.9% 0.81% -
XYZ 28.85 13.96 59.57 -
YUV 87.25 195.02 189.88 -
System Red Green Blue C M Y K H S L
Decimal 174 20 206 0.16 0.90 0 0.19 289.68 0.82 0.44
Hex AE 14 CE 10 5A 0 13 122 52 2C
Octal 256 24 316 20 132 0 23 442 122 54
Binary 10101110 10100 11001110 10000 1011010 0 10011 100100010 1010010 101100

Color Harmonies of #AE14CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE14CE

Black with #AE14CE

Text Example


Text Example

White with #AE14CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE14CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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