#A99CB7

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

Shades of East Side #A99CB7

Tints of East Side #A99CB7

Color information

#A99CB7 (or 0xA99CB7) is unknown color: approx East Side. HEX triplet: A9, 9C and B7. RGB value is (169,156,183). Sum of RGB (Red+Green+Blue) = 169+156+183=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 183 - color contains mainly: blue. Hex color #A99CB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CB7 is #566348. Grayscale: #A2A2A2. Windows color (decimal): -5661513 or 12033193. OLE color: 12033193.

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

Color convert

RGB169156183-
CMYK0.080.1500.28
HSL268.89º15.79%66.47%-
HSV(B)268.89º14.75%71.76%-
XYZ36.835.6349.74-
YUV162.96139.31132.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 156 (61.33% from 255) = 30.71%
BLUE value IS 183 (71.88% from 255) = 36.02%
R=33.27%
G=30.71%
B=36.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691561830.080.1500.28268.8915.7966.47
HexA99CB78F01C10d1042
Octal251234267101703441520102
Binary10101001100111001011011110001111011100100001101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99CB7; }

 p { color: rgb(169,156,183); }

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

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

 a { background-color: rgb(169,156,183); }

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

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

 span { border-color: rgb(169,156,183); }

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