#A392E5

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

Shades of Biloba Flower #A392E5

Tints of Biloba Flower #A392E5

Color information

#A392E5 (or 0xA392E5) is unknown color: approx Biloba Flower. HEX triplet: A3, 92 and E5. RGB value is (163,146,229). Sum of RGB (Red+Green+Blue) = 163+146+229=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #A392E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392E5 is #5C6D1A. Grayscale: #A0A0A0. Windows color (decimal): -6057243 or 15045283. OLE color: 15045283.

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

Color convert

RGB163146229-
CMYK0.290.3600.10
HSL252.29º61.48%73.53%-
HSV(B)252.29º36.24%89.8%-
XYZ39.533478.61-
YUV160.54166.63129.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.30%
GREEN value IS 146 (57.42% from 255) = 27.14%
BLUE value IS 229 (89.84% from 255) = 42.57%
R=30.30%
G=27.14%
B=42.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1631462290.290.3600.10252.2961.4873.53
HexA392E51D240Afc3d4a
Octal243222345354401237475112
Binary1010001110010010111001011110110010001010111111001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A392E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A392E5; }

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

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

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

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

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

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

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

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