#AD7ABD

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

Shades of East Side #AD7ABD

Tints of East Side #AD7ABD

Color information

#AD7ABD (or 0xAD7ABD) is unknown color: approx East Side. HEX triplet: AD, 7A and BD. RGB value is (173,122,189). Sum of RGB (Red+Green+Blue) = 173+122+189=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD7ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7ABD is #528542. Grayscale: #909090. Windows color (decimal): -5408067 or 12417709. OLE color: 12417709.

HSL color Cylindrical-coordinate representation of color #AD7ABD: hue angle of 285.67º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD7ABD is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB173122189-
CMYK0.080.3500.26
HSL285.67º33.67%60.98%-
HSV(B)285.67º35.45%74.12%-
XYZ33.3826.4851.5-
YUV144.89152.9148.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 122 (48.05% from 255) = 25.21%
BLUE value IS 189 (74.22% from 255) = 39.05%
R=35.74%
G=25.21%
B=39.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731221890.080.3500.26285.6733.6760.98
HexAD7ABD82301A11e223d
Octal25517227510430324364275
Binary101011011111010101111011000100011011010100011110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7ABD; }

 p { color: rgb(173,122,189); }

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

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

 a { background-color: rgb(173,122,189); }

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

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

 span { border-color: rgb(173,122,189); }

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