#AE82CB

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

Shades of East Side #AE82CB

Tints of East Side #AE82CB

Color information

#AE82CB (or 0xAE82CB) is unknown color: approx East Side. HEX triplet: AE, 82 and CB. RGB value is (174,130,203). Sum of RGB (Red+Green+Blue) = 174+130+203=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE82CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE82CB is #517D34. Grayscale: #979797. Windows color (decimal): -5340469 or 13337262. OLE color: 13337262.

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

Color convert

RGB174130203-
CMYK0.140.3600.20
HSL276.16º41.24%65.29%-
HSV(B)276.16º35.96%79.61%-
XYZ36.2229.2860.24-
YUV151.48157.08144.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 130 (51.17% from 255) = 25.64%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=34.32%
G=25.64%
B=40.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741302030.140.3600.20276.1641.2465.29
HexAE82CBE240141142941
Octal256202313164402442451101
Binary10101110100000101100101111101001000101001000101001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE82CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE82CB; }

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

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

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

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

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

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

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

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