#AD81C9

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

Shades of East Side #AD81C9

Tints of East Side #AD81C9

Color information

#AD81C9 (or 0xAD81C9) is unknown color: approx East Side. HEX triplet: AD, 81 and C9. RGB value is (173,129,201). Sum of RGB (Red+Green+Blue) = 173+129+201=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD81C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81C9 is #527E36. Grayscale: #969696. Windows color (decimal): -5406263 or 13205933. OLE color: 13205933.

HSL color Cylindrical-coordinate representation of color #AD81C9: hue angle of 276.67º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD81C9 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173129201-
CMYK0.140.3600.21
HSL276.67º40%64.71%-
HSV(B)276.67º35.82%78.82%-
XYZ35.6328.858.94-
YUV150.36156.58144.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 201 (78.91% from 255) = 39.96%
R=34.39%
G=25.65%
B=39.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731292010.140.3600.21276.674064.71
HexAD81C9E240151152841
Octal255201311164402542550101
Binary10101101100000011100100111101001000101011000101011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD81C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD81C9; }

 p { color: rgb(173,129,201); }

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

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

 a { background-color: rgb(173,129,201); }

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

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

 span { border-color: rgb(173,129,201); }

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