#A394D8

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

Shades of Biloba Flower #A394D8

Tints of Biloba Flower #A394D8

Color information

#A394D8 (or 0xA394D8) is unknown color: approx Biloba Flower. HEX triplet: A3, 94 and D8. RGB value is (163,148,216). Sum of RGB (Red+Green+Blue) = 163+148+216=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 216 - color contains mainly: blue. Hex color #A394D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394D8 is #5C6B27. Grayscale: #9F9F9F. Windows color (decimal): -6056744 or 14193827. OLE color: 14193827.

HSL color Cylindrical-coordinate representation of color #A394D8: hue angle of 253.24º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A394D8 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB163148216-
CMYK0.250.3100.15
HSL253.24º46.58%71.37%-
HSV(B)253.24º31.48%84.71%-
XYZ38.0933.9269.51-
YUV160.24159.47129.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.93%
GREEN value IS 148 (58.20% from 255) = 28.08%
BLUE value IS 216 (84.77% from 255) = 40.99%
R=30.93%
G=28.08%
B=40.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1631482160.250.3100.15253.2446.5871.37
HexA394D8191F0Ffd2f47
Octal243224330313701737557107
Binary101000111001010011011000110011111101111111111011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A394D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A394D8; }

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

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

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

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

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

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

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

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