#A494FB

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

Shades of Biloba Flower #A494FB

Tints of Biloba Flower #A494FB

Color information

#A494FB (or 0xA494FB) is unknown color: approx Biloba Flower. HEX triplet: A4, 94 and FB. RGB value is (164,148,251). Sum of RGB (Red+Green+Blue) = 164+148+251=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #A494FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A494FB is #5B6B04. Grayscale: #A4A4A4. Windows color (decimal): -5991173 or 16487588. OLE color: 16487588.

HSL color Cylindrical-coordinate representation of color #A494FB: hue angle of 249.32º degrees, saturation: 0.93, 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 #A494FB is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164148251-
CMYK0.350.4100.02
HSL249.32º92.79%78.24%-
HSV(B)249.32º41.04%98.43%-
XYZ43.3136.0495.94-
YUV164.53176.8127.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.13%
GREEN value IS 148 (58.20% from 255) = 26.29%
BLUE value IS 251 (98.44% from 255) = 44.58%
R=29.13%
G=26.29%
B=44.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641482510.350.4100.02249.3292.7978.24
HexA494FB232902f95d4e
Octal244224373435102371135116
Binary1010010010010100111110111000111010010101111100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494FB; }

 p { color: rgb(164,148,251); }

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

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

 a { background-color: rgb(164,148,251); }

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

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

 span { border-color: rgb(164,148,251); }

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