#A596EA

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

Shades of Biloba Flower #A596EA

Tints of Biloba Flower #A596EA

Color information

#A596EA (or 0xA596EA) is unknown color: approx Biloba Flower. HEX triplet: A5, 96 and EA. RGB value is (165,150,234). Sum of RGB (Red+Green+Blue) = 165+150+234=549 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.05% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #A596EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A596EA is #5A6915. Grayscale: #A3A3A3. Windows color (decimal): -5925142 or 15373989. OLE color: 15373989.

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

Color convert

RGB165150234-
CMYK0.290.3600.08
HSL250.71º66.67%75.29%-
HSV(B)250.71º35.9%91.76%-
XYZ41.2735.7582.57-
YUV164.06167.47128.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.05%
GREEN value IS 150 (58.98% from 255) = 27.32%
BLUE value IS 234 (91.80% from 255) = 42.62%
R=30.05%
G=27.32%
B=42.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1651502340.290.3600.08250.7166.6775.29
HexA596EA1D2408fb434b
Octal2452263523544010373103113
Binary10100101100101101110101011101100100010001111101110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A596EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A596EA; }

 p { color: rgb(165,150,234); }

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

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

 a { background-color: rgb(165,150,234); }

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

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

 span { border-color: rgb(165,150,234); }

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