#A893C6

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

Shades of Biloba Flower #A893C6

Tints of Biloba Flower #A893C6

Color information

#A893C6 (or 0xA893C6) is unknown color: approx Biloba Flower. HEX triplet: A8, 93 and C6. RGB value is (168,147,198). Sum of RGB (Red+Green+Blue) = 168+147+198=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 198 - color contains mainly: blue. Hex color #A893C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893C6 is #576C39. Grayscale: #9E9E9E. Windows color (decimal): -5729338 or 13013928. OLE color: 13013928.

HSL color Cylindrical-coordinate representation of color #A893C6: hue angle of 264.71º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A893C6 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB168147198-
CMYK0.150.2600.22
HSL264.71º30.91%67.65%-
HSV(B)264.71º25.76%77.65%-
XYZ36.7833.2757.91-
YUV159.09149.96134.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 147 (57.81% from 255) = 28.65%
BLUE value IS 198 (77.73% from 255) = 38.60%
R=32.75%
G=28.65%
B=38.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681471980.150.2600.22264.7130.9167.65
HexA893C6F1A0161091f44
Octal250223306173202641137104
Binary101010001001001111000110111111010010110100001001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A893C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A893C6; }

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

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

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

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

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

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

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

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