#AE75CB

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

Shades of East Side #AE75CB

Tints of East Side #AE75CB

Color information

#AE75CB (or 0xAE75CB) is unknown color: approx East Side. HEX triplet: AE, 75 and CB. RGB value is (174,117,203). Sum of RGB (Red+Green+Blue) = 174+117+203=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE75CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE75CB is #518A34. Grayscale: #8F8F8F. Windows color (decimal): -5343797 or 13333934. OLE color: 13333934.

HSL color Cylindrical-coordinate representation of color #AE75CB: hue angle of 279.77º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE75CB is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174117203-
CMYK0.140.4200.20
HSL279.77º45.26%62.75%-
HSV(B)279.77º42.36%79.61%-
XYZ34.626.0359.7-
YUV143.85161.38149.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 117 (46.09% from 255) = 23.68%
BLUE value IS 203 (79.69% from 255) = 41.09%
R=35.22%
G=23.68%
B=41.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741172030.140.4200.20279.7745.2662.75
HexAE75CBE2A0141182d3f
Octal25616531316520244305577
Binary101011101110101110010111110101010010100100011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE75CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE75CB; }

 p { color: rgb(174,117,203); }

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

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

 a { background-color: rgb(174,117,203); }

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

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

 span { border-color: rgb(174,117,203); }

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