#A392E9

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

Shades of Biloba Flower #A392E9

Tints of Biloba Flower #A392E9

Color information

#A392E9 (or 0xA392E9) is unknown color: approx Biloba Flower. HEX triplet: A3, 92 and E9. RGB value is (163,146,233). Sum of RGB (Red+Green+Blue) = 163+146+233=542 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.07% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 233 (91.41% from 255 or 42.99% from 542); Max value from RGB is 233 - color contains mainly: blue. Hex color #A392E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A392E9 is #5C6D16. Grayscale: #A0A0A0. Windows color (decimal): -6057239 or 15307427. OLE color: 15307427.

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

Color convert

RGB163146233-
CMYK0.300.3700.09
HSL251.72º66.41%74.31%-
HSV(B)251.72º37.34%91.37%-
XYZ40.0934.2381.58-
YUV161168.63129.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.07%
GREEN value IS 146 (57.42% from 255) = 26.94%
BLUE value IS 233 (91.41% from 255) = 42.99%
R=30.07%
G=26.94%
B=42.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1631462330.300.3700.09251.7266.4174.31
HexA392E91E2509fc424a
Octal2432223513645011374102112
Binary10100011100100101110100111110100101010011111110010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A392E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A392E9; }

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

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

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

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

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

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

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

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