#A894F9

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

Shades of Biloba Flower #A894F9

Tints of Biloba Flower #A894F9

Color information

#A894F9 (or 0xA894F9) is unknown color: approx Biloba Flower. HEX triplet: A8, 94 and F9. RGB value is (168,148,249). Sum of RGB (Red+Green+Blue) = 168+148+249=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #A894F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A894F9 is #576B06. Grayscale: #A5A5A5. Windows color (decimal): -5729031 or 16356520. OLE color: 16356520.

HSL color Cylindrical-coordinate representation of color #A894F9: hue angle of 251.88º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A894F9 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168148249-
CMYK0.330.4100.02
HSL251.88º89.38%77.84%-
HSV(B)251.88º40.56%97.65%-
XYZ43.8436.3494.33-
YUV165.49175.13129.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.73%
GREEN value IS 148 (58.20% from 255) = 26.19%
BLUE value IS 249 (97.66% from 255) = 44.07%
R=29.73%
G=26.19%
B=44.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681482490.330.4100.02251.8889.3877.84
HexA894F9212902fc594e
Octal250224371415102374131116
Binary1010100010010100111110011000011010010101111110010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A894F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A894F9; }

 p { color: rgb(168,148,249); }

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

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

 a { background-color: rgb(168,148,249); }

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

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

 span { border-color: rgb(168,148,249); }

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