#A999BD

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

Shades of East Side #A999BD

Tints of East Side #A999BD

Color information

#A999BD (or 0xA999BD) is unknown color: approx East Side. HEX triplet: A9, 99 and BD. RGB value is (169,153,189). Sum of RGB (Red+Green+Blue) = 169+153+189=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #A999BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999BD is #566642. Grayscale: #A1A1A1. Windows color (decimal): -5662275 or 12425641. OLE color: 12425641.

HSL color Cylindrical-coordinate representation of color #A999BD: hue angle of 266.67º 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 #A999BD is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169153189-
CMYK0.110.1900.26
HSL266.67º21.43%67.06%-
HSV(B)266.67º19.05%74.12%-
XYZ36.9434.8952.93-
YUV161.89143.3133.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 153 (60.16% from 255) = 29.94%
BLUE value IS 189 (74.22% from 255) = 36.99%
R=33.07%
G=29.94%
B=36.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691531890.110.1900.26266.6721.4367.06
HexA999BDB1301A10b1543
Octal251231275132303241325103
Binary101010011001100110111101101110011011010100001011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A999BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A999BD; }

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

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

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

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

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

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

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

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