#A899CA

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

Shades of Biloba Flower #A899CA

Tints of Biloba Flower #A899CA

Color information

#A899CA (or 0xA899CA) is unknown color: approx Biloba Flower. HEX triplet: A8, 99 and CA. RGB value is (168,153,202). Sum of RGB (Red+Green+Blue) = 168+153+202=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #A899CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899CA is #576635. Grayscale: #A2A2A2. Windows color (decimal): -5727798 or 13277608. OLE color: 13277608.

HSL color Cylindrical-coordinate representation of color #A899CA: hue angle of 258.37º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A899CA is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB168153202-
CMYK0.170.2400.21
HSL258.37º31.61%69.61%-
HSV(B)258.37º24.26%79.22%-
XYZ38.235.3760.69-
YUV163.07149.97131.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.12%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=32.12%
G=29.25%
B=38.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681532020.170.2400.21258.3731.6169.61
HexA899CA11180151022046
Octal250231312213002540240106
Binary10101000100110011100101010001110000101011000000101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A899CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A899CA; }

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

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

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

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

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

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

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

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