Html Css Color HEX #AE68BD Deep Lilac

📋 copy color: '#AE68BD'

red 174 ◦ green 104 ◦ blue 189

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

Shades of Deep Lilac #AE68BD

Tints of Deep Lilac #AE68BD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.27%

 BLUE value IS 189 (74.22% from 255) = 40.47%

R = 37.26%
G = 22.27%
B = 40.47%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AE68BD (or 0xAE68BD) is known color: Deep Lilac. HEX triplet: AE, 68 and BD. RGB value is (174,104,189). Sum of RGB (Red+Green+Blue) = 174+104+189=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE68BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68BD is #519742. Grayscale: #868686. Windows color (decimal): -5347139 or 12413102. OLE color: 12413102.

HSL color Cylindrical-coordinate representation of color #AE68BD: hue angle of 289.41º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE68BD is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 104 189 -
CMYK 0.08 0.45 0 0.26
HSL 289.41º 0.39% 0.57% -
HSV(B) 289.41º 0.45% 0.74% -
XYZ 31.59 22.57 50.84 -
YUV 134.62 158.69 156.09 -
System Red Green Blue C M Y K H S L
Decimal 174 104 189 0.08 0.45 0 0.26 289.41 0.39 0.57
Hex AE 68 BD 8 2D 0 1A 121 27 39
Octal 256 150 275 10 55 0 32 441 47 71
Binary 10101110 1101000 10111101 1000 101101 0 11010 100100001 100111 111001

Color Harmonies of #AE68BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE68BD

Black with #AE68BD

Text Example


Text Example

White with #AE68BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE68BD; }

 p { color: rgb(174,104,189); }

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

background-color css

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

 a { background-color: rgb(174,104,189); }

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

border-color css

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

 span { border-color: rgb(174,104,189); }

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