#A993F1

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

Shades of Biloba Flower #A993F1

Tints of Biloba Flower #A993F1

Color information

#A993F1 (or 0xA993F1) is unknown color: approx Biloba Flower. HEX triplet: A9, 93 and F1. RGB value is (169,147,241). Sum of RGB (Red+Green+Blue) = 169+147+241=557 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.34% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #A993F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A993F1 is #566C0E. Grayscale: #A3A3A3. Windows color (decimal): -5663759 or 15831977. OLE color: 15831977.

HSL color Cylindrical-coordinate representation of color #A993F1: hue angle of 254.04º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A993F1 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB169147241-
CMYK0.300.3900.05
HSL254.04º77.05%76.08%-
HSV(B)254.04º39%94.51%-
XYZ42.6735.6587.85-
YUV164.29171.29131.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.34%
GREEN value IS 147 (57.81% from 255) = 26.39%
BLUE value IS 241 (94.53% from 255) = 43.27%
R=30.34%
G=26.39%
B=43.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1691472410.300.3900.05254.0477.0576.08
HexA993F11E2705fe4d4c
Octal251223361364705376115114
Binary1010100110010011111100011111010011101011111111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A993F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A993F1; }

 p { color: rgb(169,147,241); }

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

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

 a { background-color: rgb(169,147,241); }

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

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

 span { border-color: rgb(169,147,241); }

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