Html Css Color HEX #AE5DAE Violet Blue

📋 copy color: '#AE5DAE'

red 174 ◦ green 93 ◦ blue 174

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

Shades of Violet Blue #AE5DAE

Tints of Violet Blue #AE5DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.09%

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

R = 39.46%
G = 21.09%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AE5DAE (or 0xAE5DAE) is known color: Violet Blue. HEX triplet: AE, 5D and AE. RGB value is (174,93,174). Sum of RGB (Red+Green+Blue) = 174+93+174=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE5DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5DAE is #51A251. Grayscale: #7E7E7E. Windows color (decimal): -5349970 or 11427246. OLE color: 11427246.

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

Color convert

RGB 174 93 174 -
CMYK 0 0.47 0 0.32
HSL 300º 0.33% 0.52% -
HSV(B) 300º 0.47% 0.68% -
XYZ 29.01 19.88 42.35 -
YUV 126.45 154.84 161.91 -
System Red Green Blue C M Y K H S L
Decimal 174 93 174 0 0.47 0 0.32 300 0.33 0.52
Hex AE 5D AE 0 2F 0 20 12C 21 34
Octal 256 135 256 0 57 0 40 454 41 64
Binary 10101110 1011101 10101110 0 101111 0 100000 100101100 100001 110100

Color Harmonies of #AE5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5DAE

Black with #AE5DAE

Text Example


Text Example

White with #AE5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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