#ABA0BA

Color #ABA0BA Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #ABA0BA

Tints of Biloba Flower #ABA0BA

Color information

#ABA0BA (or 0xABA0BA) is unknown color: approx Biloba Flower. HEX triplet: AB, A0 and BA. RGB value is (171,160,186). Sum of RGB (Red+Green+Blue) = 171+160+186=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABA0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0BA is #545F45. Grayscale: #A6A6A6. Windows color (decimal): -5529414 or 12230827. OLE color: 12230827.

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

Color convert

RGB171160186-
CMYK0.080.1400.27
HSL265.38º15.85%67.84%-
HSV(B)265.38º13.98%72.94%-
XYZ38.2337.3451.65-
YUV166.25139.14131.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 160 (62.89% from 255) = 30.95%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=33.08%
G=30.95%
B=35.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711601860.080.1400.27265.3815.8567.84
HexABA0BA8E01B1091044
Octal253240272101603341120104
Binary10101011101000001011101010001110011011100001001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA0BA; }

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

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

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

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

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

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

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

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