#AD7ABF

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

Shades of East Side #AD7ABF

Tints of East Side #AD7ABF

Color information

#AD7ABF (or 0xAD7ABF) is unknown color: approx East Side. HEX triplet: AD, 7A and BF. RGB value is (173,122,191). Sum of RGB (Red+Green+Blue) = 173+122+191=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD7ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7ABF is #528540. Grayscale: #909090. Windows color (decimal): -5408065 or 12548781. OLE color: 12548781.

HSL color Cylindrical-coordinate representation of color #AD7ABF: hue angle of 284.35º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD7ABF is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173122191-
CMYK0.090.3600.25
HSL284.35º35.03%61.37%-
HSV(B)284.35º36.13%74.9%-
XYZ33.626.5652.65-
YUV145.11153.9147.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.60%
GREEN value IS 122 (48.05% from 255) = 25.10%
BLUE value IS 191 (75% from 255) = 39.30%
R=35.60%
G=25.10%
B=39.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731221910.090.3600.25284.3535.0361.37
HexAD7ABF92401911c233d
Octal25517227711440314344375
Binary101011011111010101111111001100100011001100011100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7ABF; }

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

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

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

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

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

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

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

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