#A993F7

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

Shades of Biloba Flower #A993F7

Tints of Biloba Flower #A993F7

Color information

#A993F7 (or 0xA993F7) is unknown color: approx Biloba Flower. HEX triplet: A9, 93 and F7. RGB value is (169,147,247). Sum of RGB (Red+Green+Blue) = 169+147+247=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 247 - color contains mainly: blue. Hex color #A993F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A993F7 is #566C08. Grayscale: #A4A4A4. Windows color (decimal): -5663753 or 16225193. OLE color: 16225193.

HSL color Cylindrical-coordinate representation of color #A993F7: hue angle of 253.2º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A993F7 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB169147247-
CMYK0.320.4000.03
HSL253.2º86.21%77.25%-
HSV(B)253.2º40.49%96.86%-
XYZ43.5836.0292.65-
YUV164.98174.29130.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.02%
GREEN value IS 147 (57.81% from 255) = 26.11%
BLUE value IS 247 (96.88% from 255) = 43.87%
R=30.02%
G=26.11%
B=43.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1691472470.320.4000.03253.286.2177.25
HexA993F7202803fd564d
Octal251223367405003375126115
Binary1010100110010011111101111000001010000111111110110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A993F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A993F7; }

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

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

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

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

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

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

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

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