#AB75BB

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

Shades of East Side #AB75BB

Tints of East Side #AB75BB

Color information

#AB75BB (or 0xAB75BB) is unknown color: approx East Side. HEX triplet: AB, 75 and BB. RGB value is (171,117,187). Sum of RGB (Red+Green+Blue) = 171+117+187=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB75BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB75BB is #548A44. Grayscale: #8C8C8C. Windows color (decimal): -5540421 or 12285355. OLE color: 12285355.

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

Color convert

RGB171117187-
CMYK0.090.3700.27
HSL286.29º33.98%59.61%-
HSV(B)286.29º37.43%73.33%-
XYZ32.1324.9750.14-
YUV141.13153.89149.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 117 (46.09% from 255) = 24.63%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=36%
G=24.63%
B=39.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711171870.090.3700.27286.2933.9859.61
HexAB75BB92501B11e223c
Octal25316527311450334364274
Binary101010111110101101110111001100101011011100011110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB75BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB75BB; }

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

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

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

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

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

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

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

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