#A394D7

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

Shades of Biloba Flower #A394D7

Tints of Biloba Flower #A394D7

Color information

#A394D7 (or 0xA394D7) is unknown color: approx Biloba Flower. HEX triplet: A3, 94 and D7. RGB value is (163,148,215). Sum of RGB (Red+Green+Blue) = 163+148+215=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #A394D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394D7 is #5C6B28. Grayscale: #9F9F9F. Windows color (decimal): -6056745 or 14128291. OLE color: 14128291.

HSL color Cylindrical-coordinate representation of color #A394D7: hue angle of 253.43º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A394D7 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB163148215-
CMYK0.240.3100.16
HSL253.43º45.58%71.18%-
HSV(B)253.43º31.16%84.31%-
XYZ37.9633.8768.83-
YUV160.12158.97130.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.99%
GREEN value IS 148 (58.20% from 255) = 28.14%
BLUE value IS 215 (84.38% from 255) = 40.87%
R=30.99%
G=28.14%
B=40.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1631482150.240.3100.16253.4345.5871.18
HexA394D7181F010fd2e47
Octal243224327303702037556107
Binary1010001110010100110101111100011111010000111111011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A394D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A394D7; }

 p { color: rgb(163,148,215); }

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

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

 a { background-color: rgb(163,148,215); }

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

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

 span { border-color: rgb(163,148,215); }

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