#AD7DBA

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

Shades of East Side #AD7DBA

Tints of East Side #AD7DBA

Color information

#AD7DBA (or 0xAD7DBA) is unknown color: approx East Side. HEX triplet: AD, 7D and BA. RGB value is (173,125,186). Sum of RGB (Red+Green+Blue) = 173+125+186=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD7DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DBA is #528245. Grayscale: #929292. Windows color (decimal): -5407302 or 12221869. OLE color: 12221869.

HSL color Cylindrical-coordinate representation of color #AD7DBA: hue angle of 287.21º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD7DBA is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173125186-
CMYK0.070.3300.27
HSL287.21º30.65%60.98%-
HSV(B)287.21º32.8%72.94%-
XYZ33.4327.149.92-
YUV146.31150.4147.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 125 (49.22% from 255) = 25.83%
BLUE value IS 186 (73.05% from 255) = 38.43%
R=35.74%
G=25.83%
B=38.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731251860.070.3300.27287.2130.6560.98
HexAD7DBA72101B11f1f3d
Octal2551752727410334373775
Binary1010110111111011011101011110000101101110001111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7DBA; }

 p { color: rgb(173,125,186); }

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

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

 a { background-color: rgb(173,125,186); }

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

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

 span { border-color: rgb(173,125,186); }

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