#A993BC

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

Shades of East Side #A993BC

Tints of East Side #A993BC

Color information

#A993BC (or 0xA993BC) is unknown color: approx East Side. HEX triplet: A9, 93 and BC. RGB value is (169,147,188). Sum of RGB (Red+Green+Blue) = 169+147+188=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #A993BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A993BC is #566C43. Grayscale: #9E9E9E. Windows color (decimal): -5663812 or 12358569. OLE color: 12358569.

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

Color convert

RGB169147188-
CMYK0.100.2200.26
HSL272.2º23.43%65.69%-
HSV(B)272.2º21.81%73.73%-
XYZ35.8732.9352.04-
YUV158.25144.79135.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 147 (57.81% from 255) = 29.17%
BLUE value IS 188 (73.83% from 255) = 37.30%
R=33.53%
G=29.17%
B=37.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691471880.100.2200.26272.223.4365.69
HexA993BCA1601A1101742
Octal251223274122603242027102
Binary101010011001001110111100101010110011010100010000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A993BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A993BC; }

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

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

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

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

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

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

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

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