#A993FC

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

Shades of Biloba Flower #A993FC

Tints of Biloba Flower #A993FC

Color information

#A993FC (or 0xA993FC) is unknown color: approx Biloba Flower. HEX triplet: A9, 93 and FC. RGB value is (169,147,252). Sum of RGB (Red+Green+Blue) = 169+147+252=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #A993FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A993FC is #566C03. Grayscale: #A5A5A5. Windows color (decimal): -5663748 or 16552873. OLE color: 16552873.

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

Color convert

RGB169147252-
CMYK0.330.4200.01
HSL252.57º94.59%78.24%-
HSV(B)252.57º41.67%98.82%-
XYZ44.3736.3396.77-
YUV165.55176.79130.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.75%
GREEN value IS 147 (57.81% from 255) = 25.88%
BLUE value IS 252 (98.83% from 255) = 44.37%
R=29.75%
G=25.88%
B=44.37%

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
Decimal1691472520.330.4200.01252.5794.5978.24
HexA993FC212A01fd5f4e
Octal251223374415201375137116
Binary101010011001001111111100100001101010011111110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A993FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A993FC; }

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

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

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

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

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

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

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

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