#A594C8

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

Shades of Biloba Flower #A594C8

Tints of Biloba Flower #A594C8

Color information

#A594C8 (or 0xA594C8) is unknown color: approx Biloba Flower. HEX triplet: A5, 94 and C8. RGB value is (165,148,200). Sum of RGB (Red+Green+Blue) = 165+148+200=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 200 - color contains mainly: blue. Hex color #A594C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594C8 is #5A6B37. Grayscale: #9E9E9E. Windows color (decimal): -5925688 or 13145253. OLE color: 13145253.

HSL color Cylindrical-coordinate representation of color #A594C8: hue angle of 259.62º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A594C8 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB165148200-
CMYK0.180.2600.22
HSL259.62º32.1%68.24%-
HSV(B)259.62º26%78.43%-
XYZ36.5333.3559.16-
YUV159.01151.13132.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.16%
GREEN value IS 148 (58.20% from 255) = 28.85%
BLUE value IS 200 (78.52% from 255) = 38.99%
R=32.16%
G=28.85%
B=38.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651482000.180.2600.22259.6232.168.24
HexA594C8121A0161042044
Octal245224310223202640440104
Binary10100101100101001100100010010110100101101000001001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A594C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A594C8; }

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

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

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

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

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

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

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

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