#AD7ACC

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

Shades of East Side #AD7ACC

Tints of East Side #AD7ACC

Color information

#AD7ACC (or 0xAD7ACC) is unknown color: approx East Side. HEX triplet: AD, 7A and CC. RGB value is (173,122,204). Sum of RGB (Red+Green+Blue) = 173+122+204=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD7ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7ACC is #528533. Grayscale: #929292. Windows color (decimal): -5408052 or 13400749. OLE color: 13400749.

HSL color Cylindrical-coordinate representation of color #AD7ACC: hue angle of 277.32º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD7ACC is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB173122204-
CMYK0.150.4000.2
HSL277.32º44.57%63.92%-
HSV(B)277.32º40.2%80%-
XYZ35.0927.1660.52-
YUV146.6160.4146.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.67%
GREEN value IS 122 (48.05% from 255) = 24.45%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=34.67%
G=24.45%
B=40.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731222040.150.4000.2277.3244.5763.92
HexAD7ACCF280141152d40
Octal255172314175002442555100
Binary1010110111110101100110011111010000101001000101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7ACC; }

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

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

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

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

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

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

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

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