Html Css Color HEX #AE86BB East Side

📋 copy color: '#AE86BB'

red 174 ◦ green 134 ◦ blue 187

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

Shades of East Side #AE86BB

Tints of East Side #AE86BB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.07%

 BLUE value IS 187 (73.44% from 255) = 37.78%

R = 35.15%
G = 27.07%
B = 37.78%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE86BB (or 0xAE86BB) is known color: East Side. HEX triplet: AE, 86 and BB. RGB value is (174,134,187). Sum of RGB (Red+Green+Blue) = 174+134+187=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE86BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE86BB is #517944. Grayscale: #979797. Windows color (decimal): -5339461 or 12289710. OLE color: 12289710.

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

Color convert

RGB 174 134 187 -
CMYK 0.07 0.28 0 0.27
HSL 285.28º 0.28% 0.63% -
HSV(B) 285.28º 0.28% 0.73% -
XYZ 34.95 29.64 50.89 -
YUV 152 147.75 143.69 -
System Red Green Blue C M Y K H S L
Decimal 174 134 187 0.07 0.28 0 0.27 285.28 0.28 0.63
Hex AE 86 BB 7 1C 0 1B 11D 1C 3F
Octal 256 206 273 7 34 0 33 435 34 77
Binary 10101110 10000110 10111011 111 11100 0 11011 100011101 11100 111111

Color Harmonies of #AE86BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE86BB

Black with #AE86BB

Text Example


Text Example

White with #AE86BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE86BB; }

 p { color: rgb(174,134,187); }

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

background-color css

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

 a { background-color: rgb(174,134,187); }

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

border-color css

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

 span { border-color: rgb(174,134,187); }

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