#AB75B8

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

Shades of East Side #AB75B8

Tints of East Side #AB75B8

Color information

#AB75B8 (or 0xAB75B8) is unknown color: approx East Side. HEX triplet: AB, 75 and B8. RGB value is (171,117,184). Sum of RGB (Red+Green+Blue) = 171+117+184=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB75B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB75B8 is #548A47. Grayscale: #8C8C8C. Windows color (decimal): -5540424 or 12088747. OLE color: 12088747.

HSL color Cylindrical-coordinate representation of color #AB75B8: hue angle of 288.36º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB75B8 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB171117184-
CMYK0.070.3600.28
HSL288.36º32.06%59.02%-
HSV(B)288.36º36.41%72.16%-
XYZ31.8124.8448.47-
YUV140.78152.39149.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 117 (46.09% from 255) = 24.79%
BLUE value IS 184 (72.27% from 255) = 38.98%
R=36.23%
G=24.79%
B=38.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711171840.070.3600.28288.3632.0659.02
HexAB75B872401C120203b
Octal2531652707440344404073
Binary10101011111010110111000111100100011100100100000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB75B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB75B8; }

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

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

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

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

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

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

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

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