#A984CB

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

Shades of East Side #A984CB

Tints of East Side #A984CB

Color information

#A984CB (or 0xA984CB) is unknown color: approx East Side. HEX triplet: A9, 84 and CB. RGB value is (169,132,203). Sum of RGB (Red+Green+Blue) = 169+132+203=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #A984CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A984CB is #567B34. Grayscale: #969696. Windows color (decimal): -5667637 or 13337769. OLE color: 13337769.

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

Color convert

RGB169132203-
CMYK0.170.3500.20
HSL271.27º40.57%65.69%-
HSV(B)271.27º34.98%79.61%-
XYZ35.3929.2560.28-
YUV151.16157.26140.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 132 (51.95% from 255) = 26.19%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=33.53%
G=26.19%
B=40.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691322030.170.3500.20271.2740.5765.69
HexA984CB112301410f2942
Octal251204313214302441751102
Binary101010011000010011001011100011000110101001000011111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A984CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A984CB; }

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

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

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

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

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

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

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

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