#AD82C1

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

Shades of East Side #AD82C1

Tints of East Side #AD82C1

Color information

#AD82C1 (or 0xAD82C1) is unknown color: approx East Side. HEX triplet: AD, 82 and C1. RGB value is (173,130,193). Sum of RGB (Red+Green+Blue) = 173+130+193=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD82C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD82C1 is #527D3E. Grayscale: #959595. Windows color (decimal): -5406015 or 12681901. OLE color: 12681901.

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

Color convert

RGB173130193-
CMYK0.100.3300.24
HSL280.95º33.69%63.33%-
HSV(B)280.95º32.64%75.69%-
XYZ34.8428.754.16-
YUV150.04152.25144.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 130 (51.17% from 255) = 26.21%
BLUE value IS 193 (75.78% from 255) = 38.91%
R=34.88%
G=26.21%
B=38.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731301930.100.3300.24280.9533.6963.33
HexAD82C1A21018119223f
Octal25520230112410304314277
Binary1010110110000010110000011010100001011000100011001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD82C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD82C1; }

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

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

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

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

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

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

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

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