Html Css Color HEX #AE5EA2 Violet Blue

📋 copy color: '#AE5EA2'

red 174 ◦ green 94 ◦ blue 162

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

Shades of Violet Blue #AE5EA2

Tints of Violet Blue #AE5EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.67%

R = 40.47%
G = 21.86%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE5EA2 (or 0xAE5EA2) is known color: Violet Blue. HEX triplet: AE, 5E and A2. RGB value is (174,94,162). Sum of RGB (Red+Green+Blue) = 174+94+162=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5EA2 is #51A15D. Grayscale: #7D7D7D. Windows color (decimal): -5349726 or 10641070. OLE color: 10641070.

HSL color Cylindrical-coordinate representation of color #AE5EA2: hue angle of 309º 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 #AE5EA2 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 94 162 -
CMYK 0 0.46 0.07 0.32
HSL 309º 0.33% 0.53% -
HSV(B) 309º 0.46% 0.68% -
XYZ 27.98 19.61 36.49 -
YUV 125.67 148.5 162.47 -
System Red Green Blue C M Y K H S L
Decimal 174 94 162 0 0.46 0.07 0.32 309 0.33 0.53
Hex AE 5E A2 0 2E 7 20 135 21 35
Octal 256 136 242 0 56 7 40 465 41 65
Binary 10101110 1011110 10100010 0 101110 111 100000 100110101 100001 110101

Color Harmonies of #AE5EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5EA2

Black with #AE5EA2

Text Example


Text Example

White with #AE5EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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