#A986CB

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

Shades of East Side #A986CB

Tints of East Side #A986CB

Color information

#A986CB (or 0xA986CB) is unknown color: approx East Side. HEX triplet: A9, 86 and CB. RGB value is (169,134,203). Sum of RGB (Red+Green+Blue) = 169+134+203=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #A986CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A986CB is #567934. Grayscale: #989898. Windows color (decimal): -5667125 or 13338281. OLE color: 13338281.

HSL color Cylindrical-coordinate representation of color #A986CB: hue angle of 270.43º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A986CB is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169134203-
CMYK0.170.3400.20
HSL270.43º39.88%66.08%-
HSV(B)270.43º33.99%79.61%-
XYZ35.6729.860.37-
YUV152.33156.6139.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.40%
GREEN value IS 134 (52.73% from 255) = 26.48%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=33.40%
G=26.48%
B=40.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691342030.170.3400.20270.4339.8866.08
HexA986CB112201410e2842
Octal251206313214202441650102
Binary101010011000011011001011100011000100101001000011101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A986CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A986CB; }

 p { color: rgb(169,134,203); }

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

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

 a { background-color: rgb(169,134,203); }

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

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

 span { border-color: rgb(169,134,203); }

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