Html Css Color HEX #AE68AE Violet Blue

📋 copy color: '#AE68AE'

red 174 ◦ green 104 ◦ blue 174

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

Shades of Violet Blue #AE68AE

Tints of Violet Blue #AE68AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.5%

R = 38.5%
G = 23.01%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AE68AE (or 0xAE68AE) is known color: Violet Blue. HEX triplet: AE, 68 and AE. RGB value is (174,104,174). Sum of RGB (Red+Green+Blue) = 174+104+174=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE68AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE68AE is #519751. Grayscale: #848484. Windows color (decimal): -5347154 or 11430062. OLE color: 11430062.

HSL color Cylindrical-coordinate representation of color #AE68AE: hue angle of 300º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE68AE is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 104 174 -
CMYK 0 0.40 0 0.32
HSL 300º 0.3% 0.55% -
HSV(B) 300º 0.4% 0.68% -
XYZ 30.05 21.96 42.7 -
YUV 132.91 151.19 157.31 -
System Red Green Blue C M Y K H S L
Decimal 174 104 174 0 0.40 0 0.32 300 0.3 0.55
Hex AE 68 AE 0 28 0 20 12C 1E 37
Octal 256 150 256 0 50 0 40 454 36 67
Binary 10101110 1101000 10101110 0 101000 0 100000 100101100 11110 110111

Color Harmonies of #AE68AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE68AE

Black with #AE68AE

Text Example


Text Example

White with #AE68AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE68AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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