#A987CA

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

Shades of East Side #A987CA

Tints of East Side #A987CA

Color information

#A987CA (or 0xA987CA) is unknown color: approx East Side. HEX triplet: A9, 87 and CA. RGB value is (169,135,202). Sum of RGB (Red+Green+Blue) = 169+135+202=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #A987CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A987CA is #567835. Grayscale: #989898. Windows color (decimal): -5666870 or 13273001. OLE color: 13273001.

HSL color Cylindrical-coordinate representation of color #A987CA: hue angle of 270.45º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A987CA is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169135202-
CMYK0.160.3300.21
HSL270.45º38.73%66.08%-
HSV(B)270.45º33.17%79.22%-
XYZ35.6930.0359.79-
YUV152.8155.76139.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.40%
GREEN value IS 135 (53.12% from 255) = 26.68%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=33.40%
G=26.68%
B=39.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691352020.160.3300.21270.4538.7366.08
HexA987CA102101510e2742
Octal251207312204102541647102
Binary101010011000011111001010100001000010101011000011101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A987CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A987CA; }

 p { color: rgb(169,135,202); }

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

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

 a { background-color: rgb(169,135,202); }

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

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

 span { border-color: rgb(169,135,202); }

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