#AD92C1

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

Shades of East Side #AD92C1

Tints of East Side #AD92C1

Color information

#AD92C1 (or 0xAD92C1) is unknown color: approx East Side. HEX triplet: AD, 92 and C1. RGB value is (173,146,193). Sum of RGB (Red+Green+Blue) = 173+146+193=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD92C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92C1 is #526D3E. Grayscale: #9F9F9F. Windows color (decimal): -5401919 or 12685997. OLE color: 12685997.

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

Color convert

RGB173146193-
CMYK0.100.2400.24
HSL274.47º27.49%66.47%-
HSV(B)274.47º24.35%75.69%-
XYZ37.1433.2954.92-
YUV159.43146.95137.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 146 (57.42% from 255) = 28.52%
BLUE value IS 193 (75.78% from 255) = 37.70%
R=33.79%
G=28.52%
B=37.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731461930.100.2400.24274.4727.4966.47
HexAD92C1A180181121b42
Octal255222301123003042233102
Binary101011011001001011000001101011000011000100010010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD92C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD92C1; }

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

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

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

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

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

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

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

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