#A593DD

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

Shades of Biloba Flower #A593DD

Tints of Biloba Flower #A593DD

Color information

#A593DD (or 0xA593DD) is unknown color: approx Biloba Flower. HEX triplet: A5, 93 and DD. RGB value is (165,147,221). Sum of RGB (Red+Green+Blue) = 165+147+221=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #A593DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593DD is #5A6C22. Grayscale: #A0A0A0. Windows color (decimal): -5925923 or 14521253. OLE color: 14521253.

HSL color Cylindrical-coordinate representation of color #A593DD: hue angle of 254.59º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A593DD is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165147221-
CMYK0.250.3300.13
HSL254.59º52.11%72.16%-
HSV(B)254.59º33.48%86.67%-
XYZ3934.0972.93-
YUV160.82161.96130.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.96%
GREEN value IS 147 (57.81% from 255) = 27.58%
BLUE value IS 221 (86.72% from 255) = 41.46%
R=30.96%
G=27.58%
B=41.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651472210.250.3300.13254.5952.1172.16
HexA593DD19210Dff3448
Octal245223335314101537764110
Binary1010010110010011110111011100110000101101111111111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A593DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A593DD; }

 p { color: rgb(165,147,221); }

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

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

 a { background-color: rgb(165,147,221); }

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

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

 span { border-color: rgb(165,147,221); }

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