#A985BF

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

Shades of East Side #A985BF

Tints of East Side #A985BF

Color information

#A985BF (or 0xA985BF) is unknown color: approx East Side. HEX triplet: A9, 85 and BF. RGB value is (169,133,191). Sum of RGB (Red+Green+Blue) = 169+133+191=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #A985BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A985BF is #567A40. Grayscale: #969696. Windows color (decimal): -5667393 or 12551593. OLE color: 12551593.

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

Color convert

RGB169133191-
CMYK0.120.3000.25
HSL277.24º31.18%63.53%-
HSV(B)277.24º30.37%74.9%-
XYZ34.1528.9753.08-
YUV150.38150.93141.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.28%
GREEN value IS 133 (52.34% from 255) = 26.98%
BLUE value IS 191 (75% from 255) = 38.74%
R=34.28%
G=26.98%
B=38.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691331910.120.3000.25277.2431.1863.53
HexA985BFC1E0191151f40
Octal251205277143603142537100
Binary101010011000010110111111110011110011001100010101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A985BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A985BF; }

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

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

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

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

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

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

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

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