#A593DF

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

Shades of Biloba Flower #A593DF

Tints of Biloba Flower #A593DF

Color information

#A593DF (or 0xA593DF) is unknown color: approx Biloba Flower. HEX triplet: A5, 93 and DF. RGB value is (165,147,223). Sum of RGB (Red+Green+Blue) = 165+147+223=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #A593DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593DF is #5A6C20. Grayscale: #A0A0A0. Windows color (decimal): -5925921 or 14652325. OLE color: 14652325.

HSL color Cylindrical-coordinate representation of color #A593DF: hue angle of 254.21º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A593DF is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165147223-
CMYK0.260.3400.13
HSL254.21º54.29%72.55%-
HSV(B)254.21º34.08%87.45%-
XYZ39.2734.1974.34-
YUV161.05162.96130.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.84%
GREEN value IS 147 (57.81% from 255) = 27.48%
BLUE value IS 223 (87.5% from 255) = 41.68%
R=30.84%
G=27.48%
B=41.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651472230.260.3400.13254.2154.2972.55
HexA593DF1A220Dfe3649
Octal245223337324201537666111
Binary1010010110010011110111111101010001001101111111101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A593DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A593DF; }

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

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

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

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

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

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

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

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