#AB7ABB

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

Shades of East Side #AB7ABB

Tints of East Side #AB7ABB

Color information

#AB7ABB (or 0xAB7ABB) is unknown color: approx East Side. HEX triplet: AB, 7A and BB. RGB value is (171,122,187). Sum of RGB (Red+Green+Blue) = 171+122+187=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB7ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7ABB is #548544. Grayscale: #8F8F8F. Windows color (decimal): -5539141 or 12286635. OLE color: 12286635.

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

Color convert

RGB171122187-
CMYK0.090.3500.27
HSL285.23º32.34%60.59%-
HSV(B)285.23º34.76%73.33%-
XYZ32.7226.1650.34-
YUV144.06152.23147.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 122 (48.05% from 255) = 25.42%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=35.62%
G=25.42%
B=38.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711221870.090.3500.27285.2332.3460.59
HexAB7ABB92301B11d203d
Octal25317227311430334354075
Binary101010111111010101110111001100011011011100011101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7ABB; }

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

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

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

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

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

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

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

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