#AB6FBA

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

Shades of East Side #AB6FBA

Tints of East Side #AB6FBA

Color information

#AB6FBA (or 0xAB6FBA) is unknown color: approx East Side. HEX triplet: AB, 6F and BA. RGB value is (171,111,186). Sum of RGB (Red+Green+Blue) = 171+111+186=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB6FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6FBA is #549045. Grayscale: #898989. Windows color (decimal): -5541958 or 12218283. OLE color: 12218283.

HSL color Cylindrical-coordinate representation of color #AB6FBA: hue angle of 288º 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 #AB6FBA is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171111186-
CMYK0.080.4000.27
HSL288º35.21%58.24%-
HSV(B)288º40.32%72.94%-
XYZ31.3423.5749.35-
YUV137.49155.38151.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.54%
GREEN value IS 111 (43.75% from 255) = 23.72%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=36.54%
G=23.72%
B=39.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711111860.080.4000.2728835.2158.24
HexAB6FBA82801B120233a
Octal25315727210500334404372
Binary101010111101111101110101000101000011011100100000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6FBA; }

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

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

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

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

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

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

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

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