#A994FB

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

Shades of Biloba Flower #A994FB

Tints of Biloba Flower #A994FB

Color information

#A994FB (or 0xA994FB) is unknown color: approx Biloba Flower. HEX triplet: A9, 94 and FB. RGB value is (169,148,251). Sum of RGB (Red+Green+Blue) = 169+148+251=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #A994FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A994FB is #566B04. Grayscale: #A5A5A5. Windows color (decimal): -5663493 or 16487593. OLE color: 16487593.

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

Color convert

RGB169148251-
CMYK0.330.4100.02
HSL252.23º92.79%78.24%-
HSV(B)252.23º41.04%98.43%-
XYZ44.3636.5895.99-
YUV166.02175.96130.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.75%
GREEN value IS 148 (58.20% from 255) = 26.06%
BLUE value IS 251 (98.44% from 255) = 44.19%
R=29.75%
G=26.06%
B=44.19%

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
Decimal1691482510.330.4100.02252.2392.7978.24
HexA994FB212902fc5d4e
Octal251224373415102374135116
Binary1010100110010100111110111000011010010101111110010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A994FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A994FB; }

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

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

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

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

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

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

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

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