#A994DA

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

Shades of Biloba Flower #A994DA

Tints of Biloba Flower #A994DA

Color information

#A994DA (or 0xA994DA) is unknown color: approx Biloba Flower. HEX triplet: A9, 94 and DA. RGB value is (169,148,218). Sum of RGB (Red+Green+Blue) = 169+148+218=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #A994DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A994DA is #566B25. Grayscale: #A1A1A1. Windows color (decimal): -5663526 or 14324905. OLE color: 14324905.

HSL color Cylindrical-coordinate representation of color #A994DA: hue angle of 258º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A994DA is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169148218-
CMYK0.220.3200.15
HSL258º48.61%71.76%-
HSV(B)258º32.11%85.49%-
XYZ39.6134.6870.94-
YUV162.26159.46132.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.59%
GREEN value IS 148 (58.20% from 255) = 27.66%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=31.59%
G=27.66%
B=40.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691482180.220.3200.1525848.6171.76
HexA994DA16200F1023148
Octal251224332264001740261110
Binary10101001100101001101101010110100000011111000000101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A994DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A994DA; }

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

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

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

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

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

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

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

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