#ABA0C3

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

Shades of Biloba Flower #ABA0C3

Tints of Biloba Flower #ABA0C3

Color information

#ABA0C3 (or 0xABA0C3) is unknown color: approx Biloba Flower. HEX triplet: AB, A0 and C3. RGB value is (171,160,195). Sum of RGB (Red+Green+Blue) = 171+160+195=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 195 - color contains mainly: blue. Hex color #ABA0C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0C3 is #545F3C. Grayscale: #A7A7A7. Windows color (decimal): -5529405 or 12820651. OLE color: 12820651.

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

Color convert

RGB171160195-
CMYK0.120.1800.24
HSL258.86º22.58%69.61%-
HSV(B)258.86º17.95%76.47%-
XYZ39.2237.7456.85-
YUV167.28143.64130.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 160 (62.89% from 255) = 30.42%
BLUE value IS 195 (76.56% from 255) = 37.07%
R=32.51%
G=30.42%
B=37.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711601950.120.1800.24258.8622.5869.61
HexABA0C3C120181031746
Octal253240303142203040327106
Binary101010111010000011000011110010010011000100000011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA0C3; }

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

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

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

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

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

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

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

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