Html Css Color HEX #AE83BA East Side

📋 copy color: '#AE83BA'

red 174 ◦ green 131 ◦ blue 186

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

Shades of East Side #AE83BA

Tints of East Side #AE83BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.68%

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

R = 35.44%
G = 26.68%
B = 37.88%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE83BA (or 0xAE83BA) is known color: East Side. HEX triplet: AE, 83 and BA. RGB value is (174,131,186). Sum of RGB (Red+Green+Blue) = 174+131+186=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE83BA is #517C45. Grayscale: #959595. Windows color (decimal): -5340230 or 12223406. OLE color: 12223406.

HSL color Cylindrical-coordinate representation of color #AE83BA: hue angle of 286.91º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE83BA is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 131 186 -
CMYK 0.06 0.30 0 0.27
HSL 286.91º 0.28% 0.62% -
HSV(B) 286.91º 0.3% 0.73% -
XYZ 34.43 28.78 50.19 -
YUV 150.13 148.25 145.03 -
System Red Green Blue C M Y K H S L
Decimal 174 131 186 0.06 0.30 0 0.27 286.91 0.28 0.62
Hex AE 83 BA 6 1E 0 1B 11F 1C 3E
Octal 256 203 272 6 36 0 33 437 34 76
Binary 10101110 10000011 10111010 110 11110 0 11011 100011111 11100 111110

Color Harmonies of #AE83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE83BA

Black with #AE83BA

Text Example


Text Example

White with #AE83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE83BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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