#A999C3

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

Shades of Biloba Flower #A999C3

Tints of Biloba Flower #A999C3

Color information

#A999C3 (or 0xA999C3) is unknown color: approx Biloba Flower. HEX triplet: A9, 99 and C3. RGB value is (169,153,195). Sum of RGB (Red+Green+Blue) = 169+153+195=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 195 - color contains mainly: blue. Hex color #A999C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999C3 is #56663C. Grayscale: #A2A2A2. Windows color (decimal): -5662269 or 12818857. OLE color: 12818857.

HSL color Cylindrical-coordinate representation of color #A999C3: hue angle of 262.86º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A999C3 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169153195-
CMYK0.130.2200.24
HSL262.86º25.93%68.24%-
HSV(B)262.86º21.54%76.47%-
XYZ37.635.1656.43-
YUV162.57146.3132.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.69%
GREEN value IS 153 (60.16% from 255) = 29.59%
BLUE value IS 195 (76.56% from 255) = 37.72%
R=32.69%
G=29.59%
B=37.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691531950.130.2200.24262.8625.9368.24
HexA999C3D160181071a44
Octal251231303152603040732104
Binary101010011001100111000011110110110011000100000111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A999C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A999C3; }

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

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

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

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

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

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

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

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