#A594CA

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

Shades of Biloba Flower #A594CA

Tints of Biloba Flower #A594CA

Color information

#A594CA (or 0xA594CA) is unknown color: approx Biloba Flower. HEX triplet: A5, 94 and CA. RGB value is (165,148,202). Sum of RGB (Red+Green+Blue) = 165+148+202=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #A594CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594CA is #5A6B35. Grayscale: #9F9F9F. Windows color (decimal): -5925686 or 13276325. OLE color: 13276325.

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

Color convert

RGB165148202-
CMYK0.180.2700.21
HSL258.89º33.75%68.63%-
HSV(B)258.89º26.73%79.22%-
XYZ36.7733.4460.39-
YUV159.24152.13132.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 148 (58.20% from 255) = 28.74%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=32.04%
G=28.74%
B=39.22%

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
Decimal1651482020.180.2700.21258.8933.7568.63
HexA594CA121B0151032245
Octal245224312223302540342105
Binary10100101100101001100101010010110110101011000000111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A594CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A594CA; }

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

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

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

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

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

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

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

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