#AD7CCF

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

Shades of East Side #AD7CCF

Tints of East Side #AD7CCF

Color information

#AD7CCF (or 0xAD7CCF) is unknown color: approx East Side. HEX triplet: AD, 7C and CF. RGB value is (173,124,207). Sum of RGB (Red+Green+Blue) = 173+124+207=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD7CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CCF is #528330. Grayscale: #939393. Windows color (decimal): -5407537 or 13597869. OLE color: 13597869.

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

Color convert

RGB173124207-
CMYK0.160.4000.19
HSL275.42º46.37%64.9%-
HSV(B)275.42º40.1%81.18%-
XYZ35.727.862.52-
YUV148.11161.23145.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.33%
GREEN value IS 124 (48.83% from 255) = 24.60%
BLUE value IS 207 (81.25% from 255) = 41.07%
R=34.33%
G=24.60%
B=41.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731242070.160.4000.19275.4246.3764.9
HexAD7CCF10280131132e41
Octal255174317205002342356101
Binary10101101111110011001111100001010000100111000100111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7CCF; }

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

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

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

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

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

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

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

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