#A893FE

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

Shades of Biloba Flower #A893FE

Tints of Biloba Flower #A893FE

Color information

#A893FE (or 0xA893FE) is unknown color: approx Biloba Flower. HEX triplet: A8, 93 and FE. RGB value is (168,147,254). Sum of RGB (Red+Green+Blue) = 168+147+254=569 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.53% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #A893FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A893FE is #576C01. Grayscale: #A5A5A5. Windows color (decimal): -5729282 or 16683944. OLE color: 16683944.

HSL color Cylindrical-coordinate representation of color #A893FE: hue angle of 251.78º 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 #A893FE is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB168147254-
CMYK0.340.4200.00
HSL251.78º98.17%78.63%-
HSV(B)251.78º42.13%99.61%-
XYZ44.4736.3598.44-
YUV165.48177.96129.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.53%
GREEN value IS 147 (57.81% from 255) = 25.83%
BLUE value IS 254 (99.61% from 255) = 44.64%
R=29.53%
G=25.83%
B=44.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1681472540.340.4200.00251.7898.1778.63
HexA893FE222A00fc624f
Octal250223376425200374142117
Binary101010001001001111111110100010101010001111110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A893FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A893FE; }

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

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

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

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

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

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

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

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