#A594DE

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

Shades of Biloba Flower #A594DE

Tints of Biloba Flower #A594DE

Color information

#A594DE (or 0xA594DE) is unknown color: approx Biloba Flower. HEX triplet: A5, 94 and DE. RGB value is (165,148,222). Sum of RGB (Red+Green+Blue) = 165+148+222=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #A594DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594DE is #5A6B21. Grayscale: #A1A1A1. Windows color (decimal): -5925666 or 14587045. OLE color: 14587045.

HSL color Cylindrical-coordinate representation of color #A594DE: hue angle of 253.78º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A594DE is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165148222-
CMYK0.260.3300.13
HSL253.78º52.86%72.55%-
HSV(B)253.78º33.33%87.06%-
XYZ39.2934.4573.69-
YUV161.52162.13130.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.84%
GREEN value IS 148 (58.20% from 255) = 27.66%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=30.84%
G=27.66%
B=41.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651482220.260.3300.13253.7852.8672.55
HexA594DE1A210Dfe3549
Octal245224336324101537665111
Binary1010010110010100110111101101010000101101111111101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A594DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A594DE; }

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

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

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

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

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

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

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

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