#AD7AC1

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

Shades of East Side #AD7AC1

Tints of East Side #AD7AC1

Color information

#AD7AC1 (or 0xAD7AC1) is unknown color: approx East Side. HEX triplet: AD, 7A and C1. RGB value is (173,122,193). Sum of RGB (Red+Green+Blue) = 173+122+193=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD7AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7AC1 is #52853E. Grayscale: #919191. Windows color (decimal): -5408063 or 12679853. OLE color: 12679853.

HSL color Cylindrical-coordinate representation of color #AD7AC1: hue angle of 283.1º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD7AC1 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173122193-
CMYK0.100.3700.24
HSL283.1º36.41%61.76%-
HSV(B)283.1º36.79%75.69%-
XYZ33.8226.6553.81-
YUV145.34154.9147.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 122 (48.05% from 255) = 25%
BLUE value IS 193 (75.78% from 255) = 39.55%
R=35.45%
G=25%
B=39.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731221930.100.3700.24283.136.4161.76
HexAD7AC1A2501811b243e
Octal25517230112450304334476
Binary101011011111010110000011010100101011000100011011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7AC1; }

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

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

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

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

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

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

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

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