#A495FC

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

Shades of Biloba Flower #A495FC

Tints of Biloba Flower #A495FC

Color information

#A495FC (or 0xA495FC) is unknown color: approx Biloba Flower. HEX triplet: A4, 95 and FC. RGB value is (164,149,252). Sum of RGB (Red+Green+Blue) = 164+149+252=565 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.03% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #A495FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A495FC is #5B6A03. Grayscale: #A4A4A4. Windows color (decimal): -5990916 or 16553380. OLE color: 16553380.

HSL color Cylindrical-coordinate representation of color #A495FC: hue angle of 248.74º degrees, saturation: 0.94, 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 #A495FC is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB164149252-
CMYK0.350.4100.01
HSL248.74º94.5%78.63%-
HSV(B)248.74º40.87%98.82%-
XYZ43.6336.4296.82-
YUV165.23176.97127.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.03%
GREEN value IS 149 (58.59% from 255) = 26.37%
BLUE value IS 252 (98.83% from 255) = 44.60%
R=29.03%
G=26.37%
B=44.60%

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
Decimal1641492520.350.4100.01248.7494.578.63
HexA495FC232901f95e4f
Octal244225374435101371136117
Binary101001001001010111111100100011101001011111100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A495FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A495FC; }

 p { color: rgb(164,149,252); }

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

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

 a { background-color: rgb(164,149,252); }

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

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

 span { border-color: rgb(164,149,252); }

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