#A492F1

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

Shades of Biloba Flower #A492F1

Tints of Biloba Flower #A492F1

Color information

#A492F1 (or 0xA492F1) is unknown color: approx Biloba Flower. HEX triplet: A4, 92 and F1. RGB value is (164,146,241). Sum of RGB (Red+Green+Blue) = 164+146+241=551 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.76% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #A492F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A492F1 is #5B6D0E. Grayscale: #A1A1A1. Windows color (decimal): -5991695 or 15831716. OLE color: 15831716.

HSL color Cylindrical-coordinate representation of color #A492F1: hue angle of 251.37º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A492F1 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164146241-
CMYK0.320.3900.05
HSL251.37º77.24%75.88%-
HSV(B)251.37º39.42%94.51%-
XYZ41.4734.887.75-
YUV162.21172.46129.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.76%
GREEN value IS 146 (57.42% from 255) = 26.50%
BLUE value IS 241 (94.53% from 255) = 43.74%
R=29.76%
G=26.50%
B=43.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641462410.320.3900.05251.3777.2475.88
HexA492F1202705fb4d4c
Octal244222361404705373115114
Binary10100100100100101111000110000010011101011111101110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A492F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A492F1; }

 p { color: rgb(164,146,241); }

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

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

 a { background-color: rgb(164,146,241); }

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

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

 span { border-color: rgb(164,146,241); }

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