#A994BF

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

Shades of East Side #A994BF

Tints of East Side #A994BF

Color information

#A994BF (or 0xA994BF) is unknown color: approx East Side. HEX triplet: A9, 94 and BF. RGB value is (169,148,191). Sum of RGB (Red+Green+Blue) = 169+148+191=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #A994BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A994BF is #566B40. Grayscale: #9F9F9F. Windows color (decimal): -5663553 or 12555433. OLE color: 12555433.

HSL color Cylindrical-coordinate representation of color #A994BF: hue angle of 269.3º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A994BF is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169148191-
CMYK0.120.2300.25
HSL269.3º25.15%66.47%-
HSV(B)269.3º22.51%74.9%-
XYZ36.3633.3853.82-
YUV159.18145.96135-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 148 (58.20% from 255) = 29.13%
BLUE value IS 191 (75% from 255) = 37.60%
R=33.27%
G=29.13%
B=37.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691481910.120.2300.25269.325.1566.47
HexA994BFC1701910d1942
Octal251224277142703141531102
Binary101010011001010010111111110010111011001100001101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A994BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A994BF; }

 p { color: rgb(169,148,191); }

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

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

 a { background-color: rgb(169,148,191); }

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

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

 span { border-color: rgb(169,148,191); }

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