#AD91C4

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

Shades of East Side #AD91C4

Tints of East Side #AD91C4

Color information

#AD91C4 (or 0xAD91C4) is unknown color: approx East Side. HEX triplet: AD, 91 and C4. RGB value is (173,145,196). Sum of RGB (Red+Green+Blue) = 173+145+196=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD91C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91C4 is #526E3B. Grayscale: #9F9F9F. Windows color (decimal): -5402172 or 12882349. OLE color: 12882349.

HSL color Cylindrical-coordinate representation of color #AD91C4: hue angle of 272.94º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD91C4 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB173145196-
CMYK0.120.2600.23
HSL272.94º30.18%66.86%-
HSV(B)272.94º26.02%76.86%-
XYZ37.3233.1256.65-
YUV159.19148.78137.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 145 (57.03% from 255) = 28.21%
BLUE value IS 196 (76.95% from 255) = 38.13%
R=33.66%
G=28.21%
B=38.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731451960.120.2600.23272.9430.1866.86
HexAD91C4C1A0171111e43
Octal255221304143202742136103
Binary101011011001000111000100110011010010111100010001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD91C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD91C4; }

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

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

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

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

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

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

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

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