#ab8ac3

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

Shades of East Side #AB8AC3

Tints of East Side #AB8AC3

Color information

#AB8AC3 (or 0xAB8AC3) is unknown color: approx East Side. HEX triplet: AB, 8A and C3. RGB value is (171,138,195). Sum of RGB (Red+Green+Blue) = 171+138+195=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB8AC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8AC3 is #54753C. Grayscale: #9A9A9A. Windows color (decimal): -5535037 or 12815019. OLE color: 12815019.

HSL color Cylindrical-coordinate representation of color #AB8AC3: hue angle of 274.74º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB8AC3 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171138195-
CMYK0.120.2900.24
HSL274.74º32.2%65.29%-
HSV(B)274.74º29.23%76.47%-
XYZ35.7330.7855.69-
YUV154.36150.93139.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 138 (54.30% from 255) = 27.38%
BLUE value IS 195 (76.56% from 255) = 38.69%
R=33.93%
G=27.38%
B=38.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711381950.120.2900.24274.7432.265.29
HexAB8AC3C1D0181132041
Octal253212303143503042340101
Binary1010101110001010110000111100111010110001000100111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab8ac3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab8ac3; }

 p { color: rgb(171,138,195); }

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

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

 a { background-color: rgb(171,138,195); }

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

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

 span { border-color: rgb(171,138,195); }

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