#AA7BB8

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

Shades of East Side #AA7BB8

Tints of East Side #AA7BB8

Color information

#AA7BB8 (or 0xAA7BB8) is unknown color: approx East Side. HEX triplet: AA, 7B and B8. RGB value is (170,123,184). Sum of RGB (Red+Green+Blue) = 170+123+184=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA7BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BB8 is #558447. Grayscale: #8F8F8F. Windows color (decimal): -5604424 or 12090282. OLE color: 12090282.

HSL color Cylindrical-coordinate representation of color #AA7BB8: hue angle of 286.23º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA7BB8 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB170123184-
CMYK0.080.3300.28
HSL286.23º30.05%60.2%-
HSV(B)286.23º33.15%72.16%-
XYZ32.3126.1748.7-
YUV144.01150.57146.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 123 (48.44% from 255) = 25.79%
BLUE value IS 184 (72.27% from 255) = 38.57%
R=35.64%
G=25.79%
B=38.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701231840.080.3300.28286.2330.0560.2
HexAA7BB882101C11e1e3c
Octal25217327010410344363674
Binary10101010111101110111000100010000101110010001111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7BB8; }

 p { color: rgb(170,123,184); }

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

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

 a { background-color: rgb(170,123,184); }

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

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

 span { border-color: rgb(170,123,184); }

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