#A893D5

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

Shades of Biloba Flower #A893D5

Tints of Biloba Flower #A893D5

Color information

#A893D5 (or 0xA893D5) is unknown color: approx Biloba Flower. HEX triplet: A8, 93 and D5. RGB value is (168,147,213). Sum of RGB (Red+Green+Blue) = 168+147+213=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #A893D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893D5 is #576C2A. Grayscale: #A0A0A0. Windows color (decimal): -5729323 or 13996968. OLE color: 13996968.

HSL color Cylindrical-coordinate representation of color #A893D5: hue angle of 259.09º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A893D5 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB168147213-
CMYK0.210.3100.16
HSL259.09º44%70.59%-
HSV(B)259.09º30.99%83.53%-
XYZ38.593467.48-
YUV160.8157.46133.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 147 (57.81% from 255) = 27.84%
BLUE value IS 213 (83.59% from 255) = 40.34%
R=31.82%
G=27.84%
B=40.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1681472130.210.3100.16259.094470.59
HexA893D5151F0101032c47
Octal250223325253702040354107
Binary10101000100100111101010110101111110100001000000111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A893D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A893D5; }

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

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

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

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

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

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

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

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