#A891C9

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

Shades of Biloba Flower #A891C9

Tints of Biloba Flower #A891C9

Color information

#A891C9 (or 0xA891C9) is unknown color: approx Biloba Flower. HEX triplet: A8, 91 and C9. RGB value is (168,145,201). Sum of RGB (Red+Green+Blue) = 168+145+201=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 201 - color contains mainly: blue. Hex color #A891C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A891C9 is #576E36. Grayscale: #9E9E9E. Windows color (decimal): -5729847 or 13210024. OLE color: 13210024.

HSL color Cylindrical-coordinate representation of color #A891C9: hue angle of 264.64º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A891C9 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB168145201-
CMYK0.160.2800.21
HSL264.64º34.15%67.84%-
HSV(B)264.64º27.86%78.82%-
XYZ36.8232.7959.65-
YUV158.26152.12134.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.68%
GREEN value IS 145 (57.03% from 255) = 28.21%
BLUE value IS 201 (78.91% from 255) = 39.11%
R=32.68%
G=28.21%
B=39.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681452010.160.2800.21264.6434.1567.84
HexA891C9101C0151092244
Octal250221311203402541142104
Binary10101000100100011100100110000111000101011000010011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A891C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A891C9; }

 p { color: rgb(168,145,201); }

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

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

 a { background-color: rgb(168,145,201); }

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

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

 span { border-color: rgb(168,145,201); }

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