#A292E6

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

Shades of Biloba Flower #A292E6

Tints of Biloba Flower #A292E6

Color information

#A292E6 (or 0xA292E6) is unknown color: approx Biloba Flower. HEX triplet: A2, 92 and E6. RGB value is (162,146,230). Sum of RGB (Red+Green+Blue) = 162+146+230=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #A292E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A292E6 is #5D6D19. Grayscale: #A0A0A0. Windows color (decimal): -6122778 or 15110818. OLE color: 15110818.

HSL color Cylindrical-coordinate representation of color #A292E6: hue angle of 251.43º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A292E6 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB162146230-
CMYK0.300.3700.10
HSL251.43º62.69%73.73%-
HSV(B)251.43º36.52%90.2%-
XYZ39.4633.9579.34-
YUV160.36167.3129.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.11%
GREEN value IS 146 (57.42% from 255) = 27.14%
BLUE value IS 230 (90.23% from 255) = 42.75%
R=30.11%
G=27.14%
B=42.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1621462300.300.3700.10251.4362.6973.73
HexA292E61E250Afb3f4a
Octal242222346364501237377112
Binary1010001010010010111001101111010010101010111110111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A292E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A292E6; }

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

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

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

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

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

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

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

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