#A596F9

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

Shades of Biloba Flower #A596F9

Tints of Biloba Flower #A596F9

Color information

#A596F9 (or 0xA596F9) is unknown color: approx Biloba Flower. HEX triplet: A5, 96 and F9. RGB value is (165,150,249). Sum of RGB (Red+Green+Blue) = 165+150+249=564 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.26% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #A596F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A596F9 is #5A6906. Grayscale: #A5A5A5. Windows color (decimal): -5925127 or 16357029. OLE color: 16357029.

HSL color Cylindrical-coordinate representation of color #A596F9: hue angle of 249.09º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A596F9 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165150249-
CMYK0.340.4000.02
HSL249.09º89.19%78.24%-
HSV(B)249.09º39.76%97.65%-
XYZ43.5236.6594.4-
YUV165.77174.97127.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.26%
GREEN value IS 150 (58.98% from 255) = 26.60%
BLUE value IS 249 (97.66% from 255) = 44.15%
R=29.26%
G=26.60%
B=44.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651502490.340.4000.02249.0989.1978.24
HexA596F9222802f9594e
Octal245226371425002371131116
Binary1010010110010110111110011000101010000101111100110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A596F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A596F9; }

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

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

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

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

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

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

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

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