#A893FD

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

Shades of Biloba Flower #A893FD

Tints of Biloba Flower #A893FD

Color information

#A893FD (or 0xA893FD) is unknown color: approx Biloba Flower. HEX triplet: A8, 93 and FD. RGB value is (168,147,253). Sum of RGB (Red+Green+Blue) = 168+147+253=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #A893FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A893FD is #576C02. Grayscale: #A4A4A4. Windows color (decimal): -5729283 or 16618408. OLE color: 16618408.

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

Color convert

RGB168147253-
CMYK0.340.4200.01
HSL251.89º96.36%78.43%-
HSV(B)251.89º41.9%99.22%-
XYZ44.3136.2897.6-
YUV165.36177.46129.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.58%
GREEN value IS 147 (57.81% from 255) = 25.88%
BLUE value IS 253 (99.22% from 255) = 44.54%
R=29.58%
G=25.88%
B=44.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1681472530.340.4200.01251.8996.3678.43
HexA893FD222A01fc604e
Octal250223375425201374140116
Binary101010001001001111111101100010101010011111110011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A893FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A893FD; }

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

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

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

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

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

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

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

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