#AD81CA

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

Shades of East Side #AD81CA

Tints of East Side #AD81CA

Color information

#AD81CA (or 0xAD81CA) is unknown color: approx East Side. HEX triplet: AD, 81 and CA. RGB value is (173,129,202). Sum of RGB (Red+Green+Blue) = 173+129+202=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD81CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81CA is #527E35. Grayscale: #969696. Windows color (decimal): -5406262 or 13271469. OLE color: 13271469.

HSL color Cylindrical-coordinate representation of color #AD81CA: hue angle of 276.16º degrees, saturation: 0.41, 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 #AD81CA is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173129202-
CMYK0.140.3600.21
HSL276.16º40.78%64.9%-
HSV(B)276.16º36.14%79.22%-
XYZ35.7428.8559.56-
YUV150.48157.08144.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.33%
GREEN value IS 129 (50.78% from 255) = 25.60%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=34.33%
G=25.60%
B=40.08%

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
Decimal1731292020.140.3600.21276.1640.7864.9
HexAD81CAE240151142941
Octal255201312164402542451101
Binary10101101100000011100101011101001000101011000101001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD81CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD81CA; }

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

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

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

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

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

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

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

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