#AD81B3

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

Shades of East Side #AD81B3

Tints of East Side #AD81B3

Color information

#AD81B3 (or 0xAD81B3) is unknown color: approx East Side. HEX triplet: AD, 81 and B3. RGB value is (173,129,179). Sum of RGB (Red+Green+Blue) = 173+129+179=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD81B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81B3 is #527E4C. Grayscale: #939393. Windows color (decimal): -5406285 or 11764141. OLE color: 11764141.

HSL color Cylindrical-coordinate representation of color #AD81B3: hue angle of 292.8º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD81B3 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB173129179-
CMYK0.030.2800.30
HSL292.8º24.75%60.39%-
HSV(B)292.8º27.93%70.2%-
XYZ33.2227.8446.27-
YUV147.86145.58145.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 179 (70.31% from 255) = 37.21%
R=35.97%
G=26.82%
B=37.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731291790.030.2800.30292.824.7560.39
HexAD81B331C01E125193c
Octal2552012633340364453174
Binary101011011000000110110011111110001111010010010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD81B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD81B3; }

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

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

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

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

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

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

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

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