#ABA0C2

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

Shades of Biloba Flower #ABA0C2

Tints of Biloba Flower #ABA0C2

Color information

#ABA0C2 (or 0xABA0C2) is unknown color: approx Biloba Flower. HEX triplet: AB, A0 and C2. RGB value is (171,160,194). Sum of RGB (Red+Green+Blue) = 171+160+194=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 194 - color contains mainly: blue. Hex color #ABA0C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0C2 is #545F3D. Grayscale: #A7A7A7. Windows color (decimal): -5529406 or 12755115. OLE color: 12755115.

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

Color convert

RGB171160194-
CMYK0.120.1800.24
HSL259.41º21.79%69.41%-
HSV(B)259.41º17.53%76.08%-
XYZ39.137.6956.25-
YUV167.16143.14130.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.57%
GREEN value IS 160 (62.89% from 255) = 30.48%
BLUE value IS 194 (76.17% from 255) = 36.95%
R=32.57%
G=30.48%
B=36.95%

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
Decimal1711601940.120.1800.24259.4121.7969.41
HexABA0C2C120181031645
Octal253240302142203040326105
Binary101010111010000011000010110010010011000100000011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA0C2; }

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

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

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

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

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

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

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

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