#A893FF

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

Shades of Biloba Flower #A893FF

Tints of Biloba Flower #A893FF

Color information

#A893FF (or 0xA893FF) is unknown color: approx Biloba Flower. HEX triplet: A8, 93 and FF. RGB value is (168,147,255). Sum of RGB (Red+Green+Blue) = 168+147+255=570 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.47% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #A893FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A893FF is #576C00. Grayscale: #A5A5A5. Windows color (decimal): -5729281 or 16749480. OLE color: 16749480.

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

Color convert

RGB168147255-
CMYK0.340.4200
HSL251.67º100%78.82%-
HSV(B)251.67º42.35%100%-
XYZ44.6336.4199.28-
YUV165.59178.46129.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.47%
GREEN value IS 147 (57.81% from 255) = 25.79%
BLUE value IS 255 (100% from 255) = 44.74%
R=29.47%
G=25.79%
B=44.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1681472550.340.4200251.6710078.82
HexA893FF222A00fc644f
Octal250223377425200374144117
Binary101010001001001111111111100010101010001111110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A893FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A893FF; }

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

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

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

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

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

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

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

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