#A593DA

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

Shades of Biloba Flower #A593DA

Tints of Biloba Flower #A593DA

Color information

#A593DA (or 0xA593DA) is unknown color: approx Biloba Flower. HEX triplet: A5, 93 and DA. RGB value is (165,147,218). Sum of RGB (Red+Green+Blue) = 165+147+218=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #A593DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593DA is #5A6C25. Grayscale: #A0A0A0. Windows color (decimal): -5925926 or 14324645. OLE color: 14324645.

HSL color Cylindrical-coordinate representation of color #A593DA: hue angle of 255.21º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A593DA is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB165147218-
CMYK0.240.3300.15
HSL255.21º48.97%71.57%-
HSV(B)255.21º32.57%85.49%-
XYZ38.6133.9370.84-
YUV160.48160.46131.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.13%
GREEN value IS 147 (57.81% from 255) = 27.74%
BLUE value IS 218 (85.55% from 255) = 41.13%
R=31.13%
G=27.74%
B=41.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651472180.240.3300.15255.2148.9771.57
HexA593DA18210Fff3148
Octal245223332304101737761110
Binary1010010110010011110110101100010000101111111111111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A593DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A593DA; }

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

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

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

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

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

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

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

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