#A596FB

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

Shades of Biloba Flower #A596FB

Tints of Biloba Flower #A596FB

Color information

#A596FB (or 0xA596FB) is unknown color: approx Biloba Flower. HEX triplet: A5, 96 and FB. RGB value is (165,150,251). Sum of RGB (Red+Green+Blue) = 165+150+251=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #A596FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A596FB is #5A6904. Grayscale: #A5A5A5. Windows color (decimal): -5925125 or 16488101. OLE color: 16488101.

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

Color convert

RGB165150251-
CMYK0.340.4000.02
HSL248.91º92.66%78.63%-
HSV(B)248.91º40.24%98.43%-
XYZ43.8436.7896.06-
YUV166175.97127.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.15%
GREEN value IS 150 (58.98% from 255) = 26.50%
BLUE value IS 251 (98.44% from 255) = 44.35%
R=29.15%
G=26.50%
B=44.35%

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
Decimal1651502510.340.4000.02248.9192.6678.63
HexA596FB222802f95d4f
Octal245226373425002371135117
Binary1010010110010110111110111000101010000101111100110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A596FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A596FB; }

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

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

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

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

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

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

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

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