#A593D5

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

Shades of Biloba Flower #A593D5

Tints of Biloba Flower #A593D5

Color information

#A593D5 (or 0xA593D5) is unknown color: approx Biloba Flower. HEX triplet: A5, 93 and D5. RGB value is (165,147,213). Sum of RGB (Red+Green+Blue) = 165+147+213=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #A593D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593D5 is #5A6C2A. Grayscale: #9F9F9F. Windows color (decimal): -5925931 or 13996965. OLE color: 13996965.

HSL color Cylindrical-coordinate representation of color #A593D5: hue angle of 256.36º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A593D5 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB165147213-
CMYK0.230.3100.16
HSL256.36º44%70.59%-
HSV(B)256.36º30.99%83.53%-
XYZ37.9633.6767.45-
YUV159.91157.96131.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.43%
GREEN value IS 147 (57.81% from 255) = 28%
BLUE value IS 213 (83.59% from 255) = 40.57%
R=31.43%
G=28%
B=40.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1651472130.230.3100.16256.364470.59
HexA593D5171F0101002c47
Octal245223325273702040054107
Binary10100101100100111101010110111111110100001000000001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A593D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A593D5; }

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

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

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

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

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

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

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

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