#AD7ACF

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

Shades of East Side #AD7ACF

Tints of East Side #AD7ACF

Color information

#AD7ACF (or 0xAD7ACF) is unknown color: approx East Side. HEX triplet: AD, 7A and CF. RGB value is (173,122,207). Sum of RGB (Red+Green+Blue) = 173+122+207=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD7ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7ACF is #528530. Grayscale: #929292. Windows color (decimal): -5408049 or 13597357. OLE color: 13597357.

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

Color convert

RGB173122207-
CMYK0.160.4100.19
HSL276º46.96%64.51%-
HSV(B)276º41.06%81.18%-
XYZ35.4627.3162.43-
YUV146.94161.9146.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.46%
GREEN value IS 122 (48.05% from 255) = 24.30%
BLUE value IS 207 (81.25% from 255) = 41.24%
R=34.46%
G=24.30%
B=41.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731222070.160.4100.1927646.9664.51
HexAD7ACF10290131142f41
Octal255172317205102342457101
Binary10101101111101011001111100001010010100111000101001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7ACF; }

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

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

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

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

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

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

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

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