#AD7FCD

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

Shades of East Side #AD7FCD

Tints of East Side #AD7FCD

Color information

#AD7FCD (or 0xAD7FCD) is unknown color: approx East Side. HEX triplet: AD, 7F and CD. RGB value is (173,127,205). Sum of RGB (Red+Green+Blue) = 173+127+205=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD7FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7FCD is #528032. Grayscale: #959595. Windows color (decimal): -5406771 or 13467565. OLE color: 13467565.

HSL color Cylindrical-coordinate representation of color #AD7FCD: hue angle of 275.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD7FCD is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173127205-
CMYK0.160.3800.20
HSL275.38º43.82%65.1%-
HSV(B)275.38º38.05%80.39%-
XYZ35.8428.4761.36-
YUV149.65159.24144.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 127 (50% from 255) = 25.15%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=34.26%
G=25.15%
B=40.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731272050.160.3800.20275.3843.8265.1
HexAD7FCD10260141132c41
Octal255177315204602442354101
Binary10101101111111111001101100001001100101001000100111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7FCD; }

 p { color: rgb(173,127,205); }

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

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

 a { background-color: rgb(173,127,205); }

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

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

 span { border-color: rgb(173,127,205); }

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