#A593CA

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

Shades of Biloba Flower #A593CA

Tints of Biloba Flower #A593CA

Color information

#A593CA (or 0xA593CA) is unknown color: approx Biloba Flower. HEX triplet: A5, 93 and CA. RGB value is (165,147,202). Sum of RGB (Red+Green+Blue) = 165+147+202=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #A593CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593CA is #5A6C35. Grayscale: #9E9E9E. Windows color (decimal): -5925942 or 13276069. OLE color: 13276069.

HSL color Cylindrical-coordinate representation of color #A593CA: hue angle of 259.64º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A593CA is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165147202-
CMYK0.180.2700.21
HSL259.64º34.16%68.43%-
HSV(B)259.64º27.23%79.22%-
XYZ36.6133.1360.34-
YUV158.65152.46132.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.10%
GREEN value IS 147 (57.81% from 255) = 28.60%
BLUE value IS 202 (79.30% from 255) = 39.30%
R=32.10%
G=28.60%
B=39.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651472020.180.2700.21259.6434.1668.43
HexA593CA121B0151042244
Octal245223312223302540442104
Binary10100101100100111100101010010110110101011000001001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A593CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A593CA; }

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

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

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

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

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

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

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

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