#a99bcb

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

Shades of Biloba Flower #A99BCB

Tints of Biloba Flower #A99BCB

Color information

#A99BCB (or 0xA99BCB) is unknown color: approx Biloba Flower. HEX triplet: A9, 9B and CB. RGB value is (169,155,203). Sum of RGB (Red+Green+Blue) = 169+155+203=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #A99BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BCB is #566434. Grayscale: #A4A4A4. Windows color (decimal): -5661749 or 13343657. OLE color: 13343657.

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

Color convert

RGB169155203-
CMYK0.170.2400.20
HSL257.5º31.58%70.2%-
HSV(B)257.5º23.65%79.61%-
XYZ38.8636.1961.44-
YUV164.66149.64131.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.07%
GREEN value IS 155 (60.94% from 255) = 29.41%
BLUE value IS 203 (79.69% from 255) = 38.52%
R=32.07%
G=29.41%
B=38.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691552030.170.2400.20257.531.5870.2
HexA99BCB11180141022046
Octal251233313213002440240106
Binary10101001100110111100101110001110000101001000000101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a99bcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a99bcb; }

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

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

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

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

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

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

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

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