#A984CC

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

Shades of East Side #A984CC

Tints of East Side #A984CC

Color information

#A984CC (or 0xA984CC) is unknown color: approx East Side. HEX triplet: A9, 84 and CC. RGB value is (169,132,204). Sum of RGB (Red+Green+Blue) = 169+132+204=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #A984CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A984CC is #567B33. Grayscale: #979797. Windows color (decimal): -5667636 or 13403305. OLE color: 13403305.

HSL color Cylindrical-coordinate representation of color #A984CC: hue angle of 270.83º 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 #A984CC is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB169132204-
CMYK0.170.3500.2
HSL270.83º41.38%65.88%-
HSV(B)270.83º35.29%80%-
XYZ35.5129.360.91-
YUV151.27157.76140.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.47%
GREEN value IS 132 (51.95% from 255) = 26.14%
BLUE value IS 204 (80.08% from 255) = 40.40%
R=33.47%
G=26.14%
B=40.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1691322040.170.3500.2270.8341.3865.88
HexA984CC112301410f2942
Octal251204314214302441751102
Binary101010011000010011001100100011000110101001000011111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A984CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A984CC; }

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

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

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

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

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

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

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

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