#A981CC

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

Shades of East Side #A981CC

Tints of East Side #A981CC

Color information

#A981CC (or 0xA981CC) is unknown color: approx East Side. HEX triplet: A9, 81 and CC. RGB value is (169,129,204). Sum of RGB (Red+Green+Blue) = 169+129+204=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #A981CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A981CC is #567E33. Grayscale: #959595. Windows color (decimal): -5668404 or 13402537. OLE color: 13402537.

HSL color Cylindrical-coordinate representation of color #A981CC: hue angle of 272º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A981CC is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB169129204-
CMYK0.170.3700.2
HSL272º42.37%65.29%-
HSV(B)272º36.76%80%-
XYZ35.1128.560.78-
YUV149.51158.75141.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.67%
GREEN value IS 129 (50.78% from 255) = 25.70%
BLUE value IS 204 (80.08% from 255) = 40.64%
R=33.67%
G=25.70%
B=40.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1691292040.170.3700.227242.3765.29
HexA981CC11250141102a41
Octal251201314214502442052101
Binary101010011000000111001100100011001010101001000100001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A981CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A981CC; }

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

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

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

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

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

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

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

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