#A594EE

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

Shades of Biloba Flower #A594EE

Tints of Biloba Flower #A594EE

Color information

#A594EE (or 0xA594EE) is unknown color: approx Biloba Flower. HEX triplet: A5, 94 and EE. RGB value is (165,148,238). Sum of RGB (Red+Green+Blue) = 165+148+238=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #A594EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A594EE is #5A6B11. Grayscale: #A3A3A3. Windows color (decimal): -5925650 or 15635621. OLE color: 15635621.

HSL color Cylindrical-coordinate representation of color #A594EE: hue angle of 251.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A594EE is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165148238-
CMYK0.310.3800.07
HSL251.33º72.58%75.69%-
HSV(B)251.33º37.82%93.33%-
XYZ41.5435.3585.52-
YUV163.34170.13129.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.95%
GREEN value IS 148 (58.20% from 255) = 26.86%
BLUE value IS 238 (93.36% from 255) = 43.19%
R=29.95%
G=26.86%
B=43.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651482380.310.3800.07251.3372.5875.69
HexA594EE1F2607fb494c
Octal245224356374607373111114
Binary1010010110010100111011101111110011001111111101110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A594EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A594EE; }

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

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

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

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

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

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

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

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