#AE7BCC

Color #AE7BCC East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AE7BCC

Tints of East Side #AE7BCC

Color information

#AE7BCC (or 0xAE7BCC) is unknown color: approx East Side. HEX triplet: AE, 7B and CC. RGB value is (174,123,204). Sum of RGB (Red+Green+Blue) = 174+123+204=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE7BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7BCC is #518433. Grayscale: #939393. Windows color (decimal): -5342260 or 13401006. OLE color: 13401006.

HSL color Cylindrical-coordinate representation of color #AE7BCC: hue angle of 277.78º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE7BCC is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174123204-
CMYK0.150.4000.2
HSL277.78º44.26%64.12%-
HSV(B)277.78º39.71%80%-
XYZ35.4427.5260.57-
YUV147.48159.9146.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 123 (48.44% from 255) = 24.55%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=34.73%
G=24.55%
B=40.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741232040.150.4000.2277.7844.2664.12
HexAE7BCCF280141162c40
Octal256173314175002442654100
Binary1010111011110111100110011111010000101001000101101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7BCC; }

 p { color: rgb(174,123,204); }

 H1.HeaderClassName
 {
   color: #AE7BCC;
 }
 .AnyTagClassName
 {
   color: #AE7BCC;
 }
</style>
background-color css

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

 a { background-color: rgb(174,123,204); }

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

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

 span { border-color: rgb(174,123,204); }

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