#A891C8

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

Shades of Biloba Flower #A891C8

Tints of Biloba Flower #A891C8

Color information

#A891C8 (or 0xA891C8) is unknown color: approx Biloba Flower. HEX triplet: A8, 91 and C8. RGB value is (168,145,200). Sum of RGB (Red+Green+Blue) = 168+145+200=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 200 - color contains mainly: blue. Hex color #A891C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A891C8 is #576E37. Grayscale: #9D9D9D. Windows color (decimal): -5729848 or 13144488. OLE color: 13144488.

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

Color convert

RGB168145200-
CMYK0.160.2800.22
HSL265.09º33.33%67.65%-
HSV(B)265.09º27.5%78.43%-
XYZ36.732.7559.03-
YUV158.15151.62135.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 145 (57.03% from 255) = 28.27%
BLUE value IS 200 (78.52% from 255) = 38.99%
R=32.75%
G=28.27%
B=38.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681452000.160.2800.22265.0933.3367.65
HexA891C8101C0161092144
Octal250221310203402641141104
Binary10101000100100011100100010000111000101101000010011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A891C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A891C8; }

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

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

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

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

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

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

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

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