Html Css Color HEX #AE5EA4 Violet Blue

📋 copy color: '#AE5EA4'

red 174 ◦ green 94 ◦ blue 164

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

Shades of Violet Blue #AE5EA4

Tints of Violet Blue #AE5EA4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.76%

 BLUE value IS 164 (64.45% from 255) = 37.96%

R = 40.28%
G = 21.76%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AE5EA4 (or 0xAE5EA4) is known color: Violet Blue. HEX triplet: AE, 5E and A4. RGB value is (174,94,164). Sum of RGB (Red+Green+Blue) = 174+94+164=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5EA4 is #51A15B. Grayscale: #7D7D7D. Windows color (decimal): -5349724 or 10772142. OLE color: 10772142.

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

Color convert

RGB 174 94 164 -
CMYK 0 0.46 0.06 0.32
HSL 307.5º 0.33% 0.53% -
HSV(B) 307.5º 0.46% 0.68% -
XYZ 28.16 19.68 37.44 -
YUV 125.9 149.5 162.31 -
System Red Green Blue C M Y K H S L
Decimal 174 94 164 0 0.46 0.06 0.32 307.5 0.33 0.53
Hex AE 5E A4 0 2E 6 20 134 21 35
Octal 256 136 244 0 56 6 40 464 41 65
Binary 10101110 1011110 10100100 0 101110 110 100000 100110100 100001 110101

Color Harmonies of #AE5EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5EA4

Black with #AE5EA4

Text Example


Text Example

White with #AE5EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5EA4; }

 p { color: rgb(174,94,164); }

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

background-color css

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

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

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

border-color css

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

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

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