#A993FE

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

Shades of Biloba Flower #A993FE

Tints of Biloba Flower #A993FE

Color information

#A993FE (or 0xA993FE) is unknown color: approx Biloba Flower. HEX triplet: A9, 93 and FE. RGB value is (169,147,254). Sum of RGB (Red+Green+Blue) = 169+147+254=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #A993FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A993FE is #566C01. Grayscale: #A5A5A5. Windows color (decimal): -5663746 or 16683945. OLE color: 16683945.

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

Color convert

RGB169147254-
CMYK0.330.4200.00
HSL252.34º98.17%78.63%-
HSV(B)252.34º42.13%99.61%-
XYZ44.6936.4698.45-
YUV165.78177.79130.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.65%
GREEN value IS 147 (57.81% from 255) = 25.79%
BLUE value IS 254 (99.61% from 255) = 44.56%
R=29.65%
G=25.79%
B=44.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1691472540.330.4200.00252.3498.1778.63
HexA993FE212A00fc624f
Octal251223376415200374142117
Binary101010011001001111111110100001101010001111110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A993FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A993FE; }

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

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

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

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

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

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

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

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