#A994E5

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

Shades of Biloba Flower #A994E5

Tints of Biloba Flower #A994E5

Color information

#A994E5 (or 0xA994E5) is unknown color: approx Biloba Flower. HEX triplet: A9, 94 and E5. RGB value is (169,148,229). Sum of RGB (Red+Green+Blue) = 169+148+229=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #A994E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A994E5 is #566B1A. Grayscale: #A3A3A3. Windows color (decimal): -5663515 or 15045801. OLE color: 15045801.

HSL color Cylindrical-coordinate representation of color #A994E5: hue angle of 255.56º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A994E5 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB169148229-
CMYK0.260.3500.10
HSL255.56º60.9%73.92%-
HSV(B)255.56º35.37%89.8%-
XYZ41.0935.2778.77-
YUV163.51164.96131.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.95%
GREEN value IS 148 (58.20% from 255) = 27.11%
BLUE value IS 229 (89.84% from 255) = 41.94%
R=30.95%
G=27.11%
B=41.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1691482290.260.3500.10255.5660.973.92
HexA994E51A230A1003d4a
Octal251224345324301240075112
Binary10101001100101001110010111010100011010101000000001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A994E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A994E5; }

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

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

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

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

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

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

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

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