#A392F9

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

Shades of Biloba Flower #A392F9

Tints of Biloba Flower #A392F9

Color information

#A392F9 (or 0xA392F9) is unknown color: approx Biloba Flower. HEX triplet: A3, 92 and F9. RGB value is (163,146,249). Sum of RGB (Red+Green+Blue) = 163+146+249=558 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.21% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #A392F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A392F9 is #5C6D06. Grayscale: #A2A2A2. Windows color (decimal): -6057223 or 16356003. OLE color: 16356003.

HSL color Cylindrical-coordinate representation of color #A392F9: hue angle of 249.9º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A392F9 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB163146249-
CMYK0.350.4100.02
HSL249.9º89.57%77.45%-
HSV(B)249.9º41.37%97.65%-
XYZ42.4835.1894.17-
YUV162.82176.63128.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.21%
GREEN value IS 146 (57.42% from 255) = 26.16%
BLUE value IS 249 (97.66% from 255) = 44.62%
R=29.21%
G=26.16%
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.02
SystemRedGreenBlueCMYKHSL
Decimal1631462490.350.4100.02249.989.5777.45
HexA392F9232902fa5a4d
Octal243222371435102372132115
Binary1010001110010010111110011000111010010101111101010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A392F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A392F9; }

 p { color: rgb(163,146,249); }

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

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

 a { background-color: rgb(163,146,249); }

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

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

 span { border-color: rgb(163,146,249); }

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