#ABA3BB

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

Shades of Biloba Flower #ABA3BB

Tints of Biloba Flower #ABA3BB

Color information

#ABA3BB (or 0xABA3BB) is unknown color: approx Biloba Flower. HEX triplet: AB, A3 and BB. RGB value is (171,163,187). Sum of RGB (Red+Green+Blue) = 171+163+187=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABA3BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3BB is #545C44. Grayscale: #A8A8A8. Windows color (decimal): -5528645 or 12297131. OLE color: 12297131.

HSL color Cylindrical-coordinate representation of color #ABA3BB: hue angle of 260º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABA3BB is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171163187-
CMYK0.090.1300.27
HSL260º15%68.63%-
HSV(B)260º12.83%73.33%-
XYZ38.8638.4452.39-
YUV168.13138.65130.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 163 (64.06% from 255) = 31.29%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=32.82%
G=31.29%
B=35.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711631870.090.1300.272601568.63
HexABA3BB9D01B104f45
Octal253243273111503340417105
Binary1010101110100011101110111001110101101110000010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA3BB; }

 p { color: rgb(171,163,187); }

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

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

 a { background-color: rgb(171,163,187); }

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

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

 span { border-color: rgb(171,163,187); }

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