#A994E2

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

Shades of Biloba Flower #A994E2

Tints of Biloba Flower #A994E2

Color information

#A994E2 (or 0xA994E2) is unknown color: approx Biloba Flower. HEX triplet: A9, 94 and E2. RGB value is (169,148,226). Sum of RGB (Red+Green+Blue) = 169+148+226=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 226 (88.67% from 255 or 41.62% from 543); Max value from RGB is 226 - color contains mainly: blue. Hex color #A994E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A994E2 is #566B1D. Grayscale: #A2A2A2. Windows color (decimal): -5663518 or 14849193. OLE color: 14849193.

HSL color Cylindrical-coordinate representation of color #A994E2: hue angle of 256.15º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A994E2 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB169148226-
CMYK0.250.3500.11
HSL256.15º57.35%73.33%-
HSV(B)256.15º34.51%88.63%-
XYZ40.6835.1176.58-
YUV163.17163.46132.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.12%
GREEN value IS 148 (58.20% from 255) = 27.26%
BLUE value IS 226 (88.67% from 255) = 41.62%
R=31.12%
G=27.26%
B=41.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1691482260.250.3500.11256.1557.3573.33
HexA994E219230B1003949
Octal251224342314301340071111
Binary10101001100101001110001011001100011010111000000001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A994E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A994E2; }

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

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

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

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

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

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

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

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