#A999BC

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

Shades of East Side #A999BC

Tints of East Side #A999BC

Color information

#A999BC (or 0xA999BC) is unknown color: approx East Side. HEX triplet: A9, 99 and BC. RGB value is (169,153,188). Sum of RGB (Red+Green+Blue) = 169+153+188=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #A999BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999BC is #566643. Grayscale: #A1A1A1. Windows color (decimal): -5662276 or 12360105. OLE color: 12360105.

HSL color Cylindrical-coordinate representation of color #A999BC: hue angle of 267.43º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A999BC is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169153188-
CMYK0.100.1900.26
HSL267.43º20.71%66.86%-
HSV(B)267.43º18.62%73.73%-
XYZ36.8334.8552.36-
YUV161.77142.8133.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.14%
GREEN value IS 153 (60.16% from 255) = 30%
BLUE value IS 188 (73.83% from 255) = 36.86%
R=33.14%
G=30%
B=36.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691531880.100.1900.26267.4320.7166.86
HexA999BCA1301A10b1543
Octal251231274122303241325103
Binary101010011001100110111100101010011011010100001011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A999BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A999BC; }

 p { color: rgb(169,153,188); }

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

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

 a { background-color: rgb(169,153,188); }

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

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

 span { border-color: rgb(169,153,188); }

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