Html Css Color HEX #AE96B5 East Side

📋 copy color: '#AE96B5'

red 174 ◦ green 150 ◦ blue 181

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

Shades of East Side #AE96B5

Tints of East Side #AE96B5

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.7%

 BLUE value IS 181 (71.09% from 255) = 35.84%

R = 34.46%
G = 29.7%
B = 35.84%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AE96B5 (or 0xAE96B5) is known color: East Side. HEX triplet: AE, 96 and B5. RGB value is (174,150,181). Sum of RGB (Red+Green+Blue) = 174+150+181=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 181 - color contains mainly: blue. Hex color #AE96B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96B5 is #51694A. Grayscale: #A0A0A0. Windows color (decimal): -5335371 or 11900590. OLE color: 11900590.

HSL color Cylindrical-coordinate representation of color #AE96B5: hue angle of 286.45º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AE96B5 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 150 181 -
CMYK 0.04 0.17 0 0.29
HSL 286.45º 0.17% 0.65% -
HSV(B) 286.45º 0.17% 0.71% -
XYZ 36.7 34.15 48.37 -
YUV 160.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 174 150 181 0.04 0.17 0 0.29 286.45 0.17 0.65
Hex AE 96 B5 4 11 0 1D 11E 11 41
Octal 256 226 265 4 21 0 35 436 21 101
Binary 10101110 10010110 10110101 100 10001 0 11101 100011110 10001 1000001

Color Harmonies of #AE96B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE96B5

Black with #AE96B5

Text Example


Text Example

White with #AE96B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE96B5; }

 p { color: rgb(174,150,181); }

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

background-color css

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

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

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

border-color css

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

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

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