#A994FD

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

Shades of Biloba Flower #A994FD

Tints of Biloba Flower #A994FD

Color information

#A994FD (or 0xA994FD) is unknown color: approx Biloba Flower. HEX triplet: A9, 94 and FD. RGB value is (169,148,253). Sum of RGB (Red+Green+Blue) = 169+148+253=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #A994FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A994FD is #566B02. Grayscale: #A5A5A5. Windows color (decimal): -5663491 or 16618665. OLE color: 16618665.

HSL color Cylindrical-coordinate representation of color #A994FD: hue angle of 252º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A994FD is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB169148253-
CMYK0.330.4200.01
HSL252º96.33%78.63%-
HSV(B)252º41.5%99.22%-
XYZ44.6836.7197.66-
YUV166.25176.96129.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.65%
GREEN value IS 148 (58.20% from 255) = 25.96%
BLUE value IS 253 (99.22% from 255) = 44.39%
R=29.65%
G=25.96%
B=44.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691482530.330.4200.0125296.3378.63
HexA994FD212A01fc604f
Octal251224375415201374140117
Binary101010011001010011111101100001101010011111110011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A994FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A994FD; }

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

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

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

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

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

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

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

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