#A99BCA

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

Shades of Biloba Flower #A99BCA

Tints of Biloba Flower #A99BCA

Color information

#A99BCA (or 0xA99BCA) is unknown color: approx Biloba Flower. HEX triplet: A9, 9B and CA. RGB value is (169,155,202). Sum of RGB (Red+Green+Blue) = 169+155+202=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #A99BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BCA is #566435. Grayscale: #A4A4A4. Windows color (decimal): -5661750 or 13278121. OLE color: 13278121.

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

Color convert

RGB169155202-
CMYK0.160.2300.21
HSL257.87º30.72%70%-
HSV(B)257.87º23.27%79.22%-
XYZ38.7436.1460.81-
YUV164.54149.14131.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.13%
GREEN value IS 155 (60.94% from 255) = 29.47%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=32.13%
G=29.47%
B=38.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691552020.160.2300.21257.8730.7270
HexA99BCA10170151021f46
Octal251233312202702540237106
Binary1010100110011011110010101000010111010101100000010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99BCA; }

 p { color: rgb(169,155,202); }

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

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

 a { background-color: rgb(169,155,202); }

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

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

 span { border-color: rgb(169,155,202); }

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