#A994C8

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

Shades of Biloba Flower #A994C8

Tints of Biloba Flower #A994C8

Color information

#A994C8 (or 0xA994C8) is unknown color: approx Biloba Flower. HEX triplet: A9, 94 and C8. RGB value is (169,148,200). Sum of RGB (Red+Green+Blue) = 169+148+200=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 200 - color contains mainly: blue. Hex color #A994C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A994C8 is #566B37. Grayscale: #A0A0A0. Windows color (decimal): -5663544 or 13145257. OLE color: 13145257.

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

Color convert

RGB169148200-
CMYK0.160.2600.22
HSL264.23º32.1%68.24%-
HSV(B)264.23º26%78.43%-
XYZ37.3833.7859.19-
YUV160.21150.46134.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.69%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 200 (78.52% from 255) = 38.68%
R=32.69%
G=28.63%
B=38.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691482000.160.2600.22264.2332.168.24
HexA994C8101A0161082044
Octal251224310203202641040104
Binary10101001100101001100100010000110100101101000010001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A994C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A994C8; }

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

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

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

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

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

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

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

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