Html Css Color HEX #AE86C2 East Side

📋 copy color: '#AE86C2'

red 174 ◦ green 134 ◦ blue 194

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

Shades of East Side #AE86C2

Tints of East Side #AE86C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.65%

R = 34.66%
G = 26.69%
B = 38.65%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE86C2 (or 0xAE86C2) is known color: East Side. HEX triplet: AE, 86 and C2. RGB value is (174,134,194). Sum of RGB (Red+Green+Blue) = 174+134+194=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE86C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE86C2 is #51793D. Grayscale: #989898. Windows color (decimal): -5339454 or 12748462. OLE color: 12748462.

HSL color Cylindrical-coordinate representation of color #AE86C2: hue angle of 280º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE86C2 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 134 194 -
CMYK 0.10 0.31 0 0.24
HSL 280º 0.33% 0.64% -
HSV(B) 280º 0.31% 0.76% -
XYZ 35.72 29.94 54.94 -
YUV 152.8 151.25 143.12 -
System Red Green Blue C M Y K H S L
Decimal 174 134 194 0.10 0.31 0 0.24 280 0.33 0.64
Hex AE 86 C2 A 1F 0 18 118 21 40
Octal 256 206 302 12 37 0 30 430 41 100
Binary 10101110 10000110 11000010 1010 11111 0 11000 100011000 100001 1000000

Color Harmonies of #AE86C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE86C2

Black with #AE86C2

Text Example


Text Example

White with #AE86C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE86C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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