#AD7FCF

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

Shades of East Side #AD7FCF

Tints of East Side #AD7FCF

Color information

#AD7FCF (or 0xAD7FCF) is unknown color: approx East Side. HEX triplet: AD, 7F and CF. RGB value is (173,127,207). Sum of RGB (Red+Green+Blue) = 173+127+207=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD7FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7FCF is #528030. Grayscale: #959595. Windows color (decimal): -5406769 or 13598637. OLE color: 13598637.

HSL color Cylindrical-coordinate representation of color #AD7FCF: hue angle of 274.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD7FCF is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173127207-
CMYK0.160.3900.19
HSL274.5º45.45%65.49%-
HSV(B)274.5º38.65%81.18%-
XYZ36.0928.5762.64-
YUV149.87160.24144.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 127 (50% from 255) = 25.05%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=34.12%
G=25.05%
B=40.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731272070.160.3900.19274.545.4565.49
HexAD7FCF10270131122d41
Octal255177317204702342255101
Binary10101101111111111001111100001001110100111000100101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7FCF; }

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

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

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

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

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

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

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

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