Html Css Color HEX #A987C0 East Side

📋 copy color: '#A987C0'

red 169 ◦ green 135 ◦ blue 192

#A987C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #A987C0

Tints of East Side #A987C0

RGB

 RED value IS 169 (66.41% from 255) = 34.07%

 GREEN value IS 135 (53.13% from 255) = 27.22%

 BLUE value IS 192 (75.39% from 255) = 38.71%

R = 34.07%
G = 27.22%
B = 38.71%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A987C0 (or 0xA987C0) is known color: East Side. HEX triplet: A9, 87 and C0. RGB value is (169,135,192). Sum of RGB (Red+Green+Blue) = 169+135+192=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 192 - color contains mainly: blue. Hex color #A987C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A987C0 is #56783F. Grayscale: #979797. Windows color (decimal): -5666880 or 12617641. OLE color: 12617641.

HSL color Cylindrical-coordinate representation of color #A987C0: hue angle of 275.79º 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 #A987C0 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 135 192 -
CMYK 0.12 0.30 0 0.25
HSL 275.79º 0.31% 0.64% -
HSV(B) 275.79º 0.3% 0.75% -
XYZ 34.54 29.57 53.76 -
YUV 151.66 150.76 140.37 -
System Red Green Blue C M Y K H S L
Decimal 169 135 192 0.12 0.30 0 0.25 275.79 0.31 0.64
Hex A9 87 C0 C 1E 0 19 114 1F 40
Octal 251 207 300 14 36 0 31 424 37 100
Binary 10101001 10000111 11000000 1100 11110 0 11001 100010100 11111 1000000

Color Harmonies of #A987C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A987C0

Black with #A987C0

Text Example


Text Example

White with #A987C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A987C0; }

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

 H1.HeaderClassName
 {
   color: #A987C0;
 }
 .AnyTagClassName
 {
   color: #A987C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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