#A492F7

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

Shades of Biloba Flower #A492F7

Tints of Biloba Flower #A492F7

Color information

#A492F7 (or 0xA492F7) is unknown color: approx Biloba Flower. HEX triplet: A4, 92 and F7. RGB value is (164,146,247). Sum of RGB (Red+Green+Blue) = 164+146+247=557 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.44% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #A492F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A492F7 is #5B6D08. Grayscale: #A2A2A2. Windows color (decimal): -5991689 or 16224932. OLE color: 16224932.

HSL color Cylindrical-coordinate representation of color #A492F7: hue angle of 250.69º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A492F7 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB164146247-
CMYK0.340.4100.03
HSL250.69º86.32%77.06%-
HSV(B)250.69º40.89%96.86%-
XYZ42.3835.1792.55-
YUV162.9175.46128.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.44%
GREEN value IS 146 (57.42% from 255) = 26.21%
BLUE value IS 247 (96.88% from 255) = 44.34%
R=29.44%
G=26.21%
B=44.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1641462470.340.4100.03250.6986.3277.06
HexA492F7222903fb564d
Octal244222367425103373126115
Binary1010010010010010111101111000101010010111111101110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A492F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A492F7; }

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

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

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

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

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

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

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

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