#A981CD

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

Shades of East Side #A981CD

Tints of East Side #A981CD

Color information

#A981CD (or 0xA981CD) is unknown color: approx East Side. HEX triplet: A9, 81 and CD. RGB value is (169,129,205). Sum of RGB (Red+Green+Blue) = 169+129+205=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #A981CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A981CD is #567E32. Grayscale: #959595. Windows color (decimal): -5668403 or 13468073. OLE color: 13468073.

HSL color Cylindrical-coordinate representation of color #A981CD: hue angle of 271.58º degrees, saturation: 0.43, 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 #A981CD is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169129205-
CMYK0.180.3700.20
HSL271.58º43.18%65.49%-
HSV(B)271.58º37.07%80.39%-
XYZ35.2328.5461.41-
YUV149.62159.25141.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.60%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=33.60%
G=25.65%
B=40.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691292050.180.3700.20271.5843.1865.49
HexA981CD12250141102b41
Octal251201315224502442053101
Binary101010011000000111001101100101001010101001000100001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A981CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A981CD; }

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

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

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

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

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

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

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

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