#AB6FB9

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

Shades of East Side #AB6FB9

Tints of East Side #AB6FB9

Color information

#AB6FB9 (or 0xAB6FB9) is unknown color: approx East Side. HEX triplet: AB, 6F and B9. RGB value is (171,111,185). Sum of RGB (Red+Green+Blue) = 171+111+185=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB6FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6FB9 is #549046. Grayscale: #898989. Windows color (decimal): -5541959 or 12152747. OLE color: 12152747.

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

Color convert

RGB171111185-
CMYK0.080.400.27
HSL288.65º34.58%58.04%-
HSV(B)288.65º40%72.55%-
XYZ31.2423.5348.79-
YUV137.38154.88151.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.62%
GREEN value IS 111 (43.75% from 255) = 23.77%
BLUE value IS 185 (72.66% from 255) = 39.61%
R=36.62%
G=23.77%
B=39.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711111850.080.400.27288.6534.5858.04
HexAB6FB982801B121233a
Octal25315727110500334414372
Binary101010111101111101110011000101000011011100100001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6FB9; }

 p { color: rgb(171,111,185); }

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

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

 a { background-color: rgb(171,111,185); }

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

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

 span { border-color: rgb(171,111,185); }

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