#A893DB

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

Shades of Biloba Flower #A893DB

Tints of Biloba Flower #A893DB

Color information

#A893DB (or 0xA893DB) is unknown color: approx Biloba Flower. HEX triplet: A8, 93 and DB. RGB value is (168,147,219). Sum of RGB (Red+Green+Blue) = 168+147+219=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #A893DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893DB is #576C24. Grayscale: #A1A1A1. Windows color (decimal): -5729317 or 14390184. OLE color: 14390184.

HSL color Cylindrical-coordinate representation of color #A893DB: hue angle of 257.5º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A893DB is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168147219-
CMYK0.230.3300.14
HSL257.5º50%71.76%-
HSV(B)257.5º32.88%85.88%-
XYZ39.3734.3171.56-
YUV161.49160.46132.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.46%
GREEN value IS 147 (57.81% from 255) = 27.53%
BLUE value IS 219 (85.94% from 255) = 41.01%
R=31.46%
G=27.53%
B=41.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681472190.230.3300.14257.55071.76
HexA893DB17210E1023248
Octal250223333274101640262110
Binary10101000100100111101101110111100001011101000000101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A893DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A893DB; }

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

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

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

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

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

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

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

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