#A496FD

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

Shades of Biloba Flower #A496FD

Tints of Biloba Flower #A496FD

Color information

#A496FD (or 0xA496FD) is unknown color: approx Biloba Flower. HEX triplet: A4, 96 and FD. RGB value is (164,150,253). Sum of RGB (Red+Green+Blue) = 164+150+253=567 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.92% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #A496FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A496FD is #5B6902. Grayscale: #A5A5A5. Windows color (decimal): -5990659 or 16619172. OLE color: 16619172.

HSL color Cylindrical-coordinate representation of color #A496FD: hue angle of 248.16º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A496FD is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB164150253-
CMYK0.350.4100.01
HSL248.16º96.26%79.02%-
HSV(B)248.16º40.71%99.22%-
XYZ43.9536.897.71-
YUV165.93177.14126.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.92%
GREEN value IS 150 (58.98% from 255) = 26.46%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=28.92%
G=26.46%
B=44.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1641502530.350.4100.01248.1696.2679.02
HexA496FD232901f8604f
Octal244226375435101370140117
Binary101001001001011011111101100011101001011111100011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A496FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A496FD; }

 p { color: rgb(164,150,253); }

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

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

 a { background-color: rgb(164,150,253); }

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

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

 span { border-color: rgb(164,150,253); }

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