#A392E3

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

Shades of Biloba Flower #A392E3

Tints of Biloba Flower #A392E3

Color information

#A392E3 (or 0xA392E3) is unknown color: approx Biloba Flower. HEX triplet: A3, 92 and E3. RGB value is (163,146,227). Sum of RGB (Red+Green+Blue) = 163+146+227=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 227 (89.06% from 255 or 42.35% from 536); Max value from RGB is 227 - color contains mainly: blue. Hex color #A392E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392E3 is #5C6D1C. Grayscale: #A0A0A0. Windows color (decimal): -6057245 or 14914211. OLE color: 14914211.

HSL color Cylindrical-coordinate representation of color #A392E3: hue angle of 252.59º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A392E3 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB163146227-
CMYK0.280.3600.11
HSL252.59º59.12%73.14%-
HSV(B)252.59º35.68%89.02%-
XYZ39.2533.8977.15-
YUV160.32165.63129.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.41%
GREEN value IS 146 (57.42% from 255) = 27.24%
BLUE value IS 227 (89.06% from 255) = 42.35%
R=30.41%
G=27.24%
B=42.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1631462270.280.3600.11252.5959.1273.14
HexA392E31C240Bfd3b49
Octal243222343344401337573111
Binary1010001110010010111000111110010010001011111111011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A392E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A392E3; }

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

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

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

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

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

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

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

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