#A994C9

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

Shades of Biloba Flower #A994C9

Tints of Biloba Flower #A994C9

Color information

#A994C9 (or 0xA994C9) is unknown color: approx Biloba Flower. HEX triplet: A9, 94 and C9. RGB value is (169,148,201). Sum of RGB (Red+Green+Blue) = 169+148+201=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: blue. Hex color #A994C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A994C9 is #566B36. Grayscale: #A0A0A0. Windows color (decimal): -5663543 or 13210793. OLE color: 13210793.

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

Color convert

RGB169148201-
CMYK0.160.2600.21
HSL263.77º32.92%68.43%-
HSV(B)263.77º26.37%78.82%-
XYZ37.4933.8359.81-
YUV160.32150.96134.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 148 (58.20% from 255) = 28.57%
BLUE value IS 201 (78.91% from 255) = 38.80%
R=32.63%
G=28.57%
B=38.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691482010.160.2600.21263.7732.9268.43
HexA994C9101A0151082144
Octal251224311203202541041104
Binary10101001100101001100100110000110100101011000010001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A994C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A994C9; }

 p { color: rgb(169,148,201); }

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

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

 a { background-color: rgb(169,148,201); }

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

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

 span { border-color: rgb(169,148,201); }

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