#AD8ACD

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

Shades of East Side #AD8ACD

Tints of East Side #AD8ACD

Color information

#AD8ACD (or 0xAD8ACD) is unknown color: approx East Side. HEX triplet: AD, 8A and CD. RGB value is (173,138,205). Sum of RGB (Red+Green+Blue) = 173+138+205=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD8ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8ACD is #527532. Grayscale: #9B9B9B. Windows color (decimal): -5403955 or 13470381. OLE color: 13470381.

HSL color Cylindrical-coordinate representation of color #AD8ACD: hue angle of 271.34º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD8ACD is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173138205-
CMYK0.160.3300.20
HSL271.34º40.12%67.25%-
HSV(B)271.34º32.68%80.39%-
XYZ37.3431.4761.86-
YUV156.1155.6140.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 138 (54.30% from 255) = 26.74%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=33.53%
G=26.74%
B=39.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731382050.160.3300.20271.3440.1267.25
HexAD8ACD102101410f2843
Octal255212315204102441750103
Binary101011011000101011001101100001000010101001000011111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8ACD; }

 p { color: rgb(173,138,205); }

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

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

 a { background-color: rgb(173,138,205); }

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

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

 span { border-color: rgb(173,138,205); }

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