Html Css Color HEX #AE15CE Dark Violet

📋 copy color: '#AE15CE'

red 174 ◦ green 21 ◦ blue 206

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

Shades of Dark Violet #AE15CE

Tints of Dark Violet #AE15CE

RGB

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

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

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

R = 43.39%
G = 5.24%
B = 51.37%

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

#AE15CE (or 0xAE15CE) is known color: Dark Violet. HEX triplet: AE, 15 and CE. RGB value is (174,21,206). Sum of RGB (Red+Green+Blue) = 174+21+206=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE15CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE15CE is #51EA31. Grayscale: #575757. Windows color (decimal): -5368370 or 13505966. OLE color: 13505966.

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

Color convert

RGB 174 21 206 -
CMYK 0.16 0.90 0 0.19
HSL 289.62º 0.81% 0.45% -
HSV(B) 289.62º 0.9% 0.81% -
XYZ 28.86 13.99 59.57 -
YUV 87.84 194.69 189.46 -
System Red Green Blue C M Y K H S L
Decimal 174 21 206 0.16 0.90 0 0.19 289.62 0.81 0.45
Hex AE 15 CE 10 5A 0 13 122 51 2D
Octal 256 25 316 20 132 0 23 442 121 55
Binary 10101110 10101 11001110 10000 1011010 0 10011 100100010 1010001 101101

Color Harmonies of #AE15CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE15CE

Black with #AE15CE

Text Example


Text Example

White with #AE15CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE15CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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