#A595EB

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

Shades of Biloba Flower #A595EB

Tints of Biloba Flower #A595EB

Color information

#A595EB (or 0xA595EB) is unknown color: approx Biloba Flower. HEX triplet: A5, 95 and EB. RGB value is (165,149,235). Sum of RGB (Red+Green+Blue) = 165+149+235=549 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.05% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #A595EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A595EB is #5A6A14. Grayscale: #A3A3A3. Windows color (decimal): -5925397 or 15439269. OLE color: 15439269.

HSL color Cylindrical-coordinate representation of color #A595EB: hue angle of 251.16º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A595EB is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165149235-
CMYK0.300.3700.08
HSL251.16º68.25%75.29%-
HSV(B)251.16º36.6%92.16%-
XYZ41.2635.4983.27-
YUV163.59168.3129.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.05%
GREEN value IS 149 (58.59% from 255) = 27.14%
BLUE value IS 235 (92.19% from 255) = 42.81%
R=30.05%
G=27.14%
B=42.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1651492350.300.3700.08251.1668.2575.29
HexA595EB1E2508fb444b
Octal2452253533645010373104113
Binary10100101100101011110101111110100101010001111101110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A595EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A595EB; }

 p { color: rgb(165,149,235); }

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

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

 a { background-color: rgb(165,149,235); }

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

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

 span { border-color: rgb(165,149,235); }

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