#AD91C2

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

Shades of East Side #AD91C2

Tints of East Side #AD91C2

Color information

#AD91C2 (or 0xAD91C2) is unknown color: approx East Side. HEX triplet: AD, 91 and C2. RGB value is (173,145,194). Sum of RGB (Red+Green+Blue) = 173+145+194=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD91C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91C2 is #526E3D. Grayscale: #9E9E9E. Windows color (decimal): -5402174 or 12751277. OLE color: 12751277.

HSL color Cylindrical-coordinate representation of color #AD91C2: hue angle of 274.29º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD91C2 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173145194-
CMYK0.110.2500.24
HSL274.29º28.65%66.47%-
HSV(B)274.29º25.26%76.08%-
XYZ37.133.0355.46-
YUV158.96147.78138.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 145 (57.03% from 255) = 28.32%
BLUE value IS 194 (76.17% from 255) = 37.89%
R=33.79%
G=28.32%
B=37.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731451940.110.2500.24274.2928.6566.47
HexAD91C2B190181121d42
Octal255221302133103042235102
Binary101011011001000111000010101111001011000100010010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD91C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD91C2; }

 p { color: rgb(173,145,194); }

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

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

 a { background-color: rgb(173,145,194); }

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

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

 span { border-color: rgb(173,145,194); }

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