#A999C0

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

Shades of Biloba Flower #A999C0

Tints of Biloba Flower #A999C0

Color information

#A999C0 (or 0xA999C0) is unknown color: approx Biloba Flower. HEX triplet: A9, 99 and C0. RGB value is (169,153,192). Sum of RGB (Red+Green+Blue) = 169+153+192=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 192 - color contains mainly: blue. Hex color #A999C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999C0 is #56663F. Grayscale: #A2A2A2. Windows color (decimal): -5662272 or 12622249. OLE color: 12622249.

HSL color Cylindrical-coordinate representation of color #A999C0: hue angle of 264.62º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A999C0 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169153192-
CMYK0.120.2000.25
HSL264.62º23.64%67.65%-
HSV(B)264.62º20.31%75.29%-
XYZ37.2735.0254.67-
YUV162.23144.8132.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.88%
GREEN value IS 153 (60.16% from 255) = 29.77%
BLUE value IS 192 (75.39% from 255) = 37.35%
R=32.88%
G=29.77%
B=37.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691531920.120.2000.25264.6223.6467.65
HexA999C0C140191091844
Octal251231300142403141130104
Binary101010011001100111000000110010100011001100001001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A999C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A999C0; }

 p { color: rgb(169,153,192); }

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

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

 a { background-color: rgb(169,153,192); }

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

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

 span { border-color: rgb(169,153,192); }

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