#A899C8

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

Shades of Biloba Flower #A899C8

Tints of Biloba Flower #A899C8

Color information

#A899C8 (or 0xA899C8) is unknown color: approx Biloba Flower. HEX triplet: A8, 99 and C8. RGB value is (168,153,200). Sum of RGB (Red+Green+Blue) = 168+153+200=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 200 - color contains mainly: blue. Hex color #A899C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899C8 is #576637. Grayscale: #A2A2A2. Windows color (decimal): -5727800 or 13146536. OLE color: 13146536.

HSL color Cylindrical-coordinate representation of color #A899C8: hue angle of 259.15º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A899C8 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB168153200-
CMYK0.160.2400.22
HSL259.15º29.94%69.22%-
HSV(B)259.15º23.5%78.43%-
XYZ37.9735.2859.45-
YUV162.84148.97131.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.25%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 200 (78.52% from 255) = 38.39%
R=32.25%
G=29.37%
B=38.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681532000.160.2400.22259.1529.9469.22
HexA899C810180161031e45
Octal250231310203002640336105
Binary1010100010011001110010001000011000010110100000011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A899C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A899C8; }

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

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

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

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

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

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

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

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