#AD81C1

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

Shades of East Side #AD81C1

Tints of East Side #AD81C1

Color information

#AD81C1 (or 0xAD81C1) is unknown color: approx East Side. HEX triplet: AD, 81 and C1. RGB value is (173,129,193). Sum of RGB (Red+Green+Blue) = 173+129+193=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD81C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81C1 is #527E3E. Grayscale: #959595. Windows color (decimal): -5406271 or 12681645. OLE color: 12681645.

HSL color Cylindrical-coordinate representation of color #AD81C1: hue angle of 281.25º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD81C1 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173129193-
CMYK0.100.3300.24
HSL281.25º34.04%63.14%-
HSV(B)281.25º33.16%75.69%-
XYZ34.7128.4454.11-
YUV149.45152.58144.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 129 (50.78% from 255) = 26.06%
BLUE value IS 193 (75.78% from 255) = 38.99%
R=34.95%
G=26.06%
B=38.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731291930.100.3300.24281.2534.0463.14
HexAD81C1A21018119223f
Octal25520130112410304314277
Binary1010110110000001110000011010100001011000100011001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD81C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD81C1; }

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

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

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

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

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

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

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

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