#A984BC

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

Shades of East Side #A984BC

Tints of East Side #A984BC

Color information

#A984BC (or 0xA984BC) is unknown color: approx East Side. HEX triplet: A9, 84 and BC. RGB value is (169,132,188). Sum of RGB (Red+Green+Blue) = 169+132+188=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #A984BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A984BC is #567B43. Grayscale: #959595. Windows color (decimal): -5667652 or 12354729. OLE color: 12354729.

HSL color Cylindrical-coordinate representation of color #A984BC: hue angle of 279.64º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A984BC is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169132188-
CMYK0.100.3000.26
HSL279.64º29.47%62.75%-
HSV(B)279.64º29.79%73.73%-
XYZ33.6928.5751.32-
YUV149.45149.76141.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.56%
GREEN value IS 132 (51.95% from 255) = 26.99%
BLUE value IS 188 (73.83% from 255) = 38.45%
R=34.56%
G=26.99%
B=38.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691321880.100.3000.26279.6429.4762.75
HexA984BCA1E01A1181d3f
Octal25120427412360324303577
Binary10101001100001001011110010101111001101010001100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A984BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A984BC; }

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

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

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

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

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

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

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

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