#A394DC

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

Shades of Biloba Flower #A394DC

Tints of Biloba Flower #A394DC

Color information

#A394DC (or 0xA394DC) is unknown color: approx Biloba Flower. HEX triplet: A3, 94 and DC. RGB value is (163,148,220). Sum of RGB (Red+Green+Blue) = 163+148+220=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #A394DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394DC is #5C6B23. Grayscale: #A0A0A0. Windows color (decimal): -6056740 or 14455971. OLE color: 14455971.

HSL color Cylindrical-coordinate representation of color #A394DC: hue angle of 252.5º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A394DC is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB163148220-
CMYK0.260.3300.14
HSL252.5º50.7%72.16%-
HSV(B)252.5º32.73%86.27%-
XYZ38.6134.1372.26-
YUV160.69161.47129.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.70%
GREEN value IS 148 (58.20% from 255) = 27.87%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=30.70%
G=27.87%
B=41.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1631482200.260.3300.14252.550.772.16
HexA394DC1A210Efc3348
Octal243224334324101637463110
Binary1010001110010100110111001101010000101110111111001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A394DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A394DC; }

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

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

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

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

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

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

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

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