Html Css Color HEX #AE9EBA East Side

📋 copy color: '#AE9EBA'

red 174 ◦ green 158 ◦ blue 186

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

Shades of East Side #AE9EBA

Tints of East Side #AE9EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.5%

 BLUE value IS 186 (73.05% from 255) = 35.91%

R = 33.59%
G = 30.5%
B = 35.91%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE9EBA (or 0xAE9EBA) is known color: East Side. HEX triplet: AE, 9E and BA. RGB value is (174,158,186). Sum of RGB (Red+Green+Blue) = 174+158+186=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE9EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9EBA is #516145. Grayscale: #A5A5A5. Windows color (decimal): -5333318 or 12230318. OLE color: 12230318.

HSL color Cylindrical-coordinate representation of color #AE9EBA: hue angle of 274.29º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AE9EBA is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 158 186 -
CMYK 0.06 0.15 0 0.27
HSL 274.29º 0.17% 0.67% -
HSV(B) 274.29º 0.15% 0.73% -
XYZ 38.55 37 51.56 -
YUV 165.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 174 158 186 0.06 0.15 0 0.27 274.29 0.17 0.67
Hex AE 9E BA 6 F 0 1B 112 11 43
Octal 256 236 272 6 17 0 33 422 21 103
Binary 10101110 10011110 10111010 110 1111 0 11011 100010010 10001 1000011

Color Harmonies of #AE9EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9EBA

Black with #AE9EBA

Text Example


Text Example

White with #AE9EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9EBA; }

 p { color: rgb(174,158,186); }

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

background-color css

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

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

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

border-color css

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

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

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