#AB7DBB

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

Shades of East Side #AB7DBB

Tints of East Side #AB7DBB

Color information

#AB7DBB (or 0xAB7DBB) is unknown color: approx East Side. HEX triplet: AB, 7D and BB. RGB value is (171,125,187). Sum of RGB (Red+Green+Blue) = 171+125+187=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB7DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7DBB is #548244. Grayscale: #919191. Windows color (decimal): -5538373 or 12287403. OLE color: 12287403.

HSL color Cylindrical-coordinate representation of color #AB7DBB: hue angle of 284.52º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB7DBB is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171125187-
CMYK0.090.3300.27
HSL284.52º31.31%61.18%-
HSV(B)284.52º33.16%73.33%-
XYZ33.126.9150.46-
YUV145.82151.24145.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.40%
GREEN value IS 125 (49.22% from 255) = 25.88%
BLUE value IS 187 (73.44% from 255) = 38.72%
R=35.40%
G=25.88%
B=38.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711251870.090.3300.27284.5231.3161.18
HexAB7DBB92101B11d1f3d
Octal25317527311410334353775
Binary10101011111110110111011100110000101101110001110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7DBB; }

 p { color: rgb(171,125,187); }

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

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

 a { background-color: rgb(171,125,187); }

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

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

 span { border-color: rgb(171,125,187); }

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