#A292F9

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

Shades of Biloba Flower #A292F9

Tints of Biloba Flower #A292F9

Color information

#A292F9 (or 0xA292F9) is unknown color: approx Biloba Flower. HEX triplet: A2, 92 and F9. RGB value is (162,146,249). Sum of RGB (Red+Green+Blue) = 162+146+249=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #A292F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A292F9 is #5D6D06. Grayscale: #A2A2A2. Windows color (decimal): -6122759 or 16356002. OLE color: 16356002.

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

Color convert

RGB162146249-
CMYK0.350.4100.02
HSL249.32º89.57%77.45%-
HSV(B)249.32º41.37%97.65%-
XYZ42.2835.0894.17-
YUV162.53176.8127.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.08%
GREEN value IS 146 (57.42% from 255) = 26.21%
BLUE value IS 249 (97.66% from 255) = 44.70%
R=29.08%
G=26.21%
B=44.70%

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
Decimal1621462490.350.4100.02249.3289.5777.45
HexA292F9232902f95a4d
Octal242222371435102371132115
Binary1010001010010010111110011000111010010101111100110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A292F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A292F9; }

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

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

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

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

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

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

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

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