#A496FA

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

Shades of Biloba Flower #A496FA

Tints of Biloba Flower #A496FA

Color information

#A496FA (or 0xA496FA) is unknown color: approx Biloba Flower. HEX triplet: A4, 96 and FA. RGB value is (164,150,250). Sum of RGB (Red+Green+Blue) = 164+150+250=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #A496FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A496FA is #5B6905. Grayscale: #A5A5A5. Windows color (decimal): -5990662 or 16422564. OLE color: 16422564.

HSL color Cylindrical-coordinate representation of color #A496FA: hue angle of 248.4º degrees, saturation: 0.91, 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 #A496FA is Cyan = 0.34, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164150250-
CMYK0.340.400.02
HSL248.4º90.91%78.43%-
HSV(B)248.4º40%98.04%-
XYZ43.4736.6195.22-
YUV165.59175.64126.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.08%
GREEN value IS 150 (58.98% from 255) = 26.60%
BLUE value IS 250 (98.05% from 255) = 44.33%
R=29.08%
G=26.60%
B=44.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641502500.340.400.02248.490.9178.43
HexA496FA222802f85b4e
Octal244226372425002370133116
Binary1010010010010110111110101000101010000101111100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A496FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A496FA; }

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

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

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

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

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

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

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

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