#A386DD

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

Shades of Biloba Flower #A386DD

Tints of Biloba Flower #A386DD

Color information

#A386DD (or 0xA386DD) is unknown color: approx Biloba Flower. HEX triplet: A3, 86 and DD. RGB value is (163,134,221). Sum of RGB (Red+Green+Blue) = 163+134+221=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #A386DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386DD is #5C7922. Grayscale: #989898. Windows color (decimal): -6060323 or 14517923. OLE color: 14517923.

HSL color Cylindrical-coordinate representation of color #A386DD: hue angle of 260º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A386DD is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163134221-
CMYK0.260.3900.13
HSL260º56.13%69.61%-
HSV(B)260º39.37%86.67%-
XYZ36.6830.0672.27-
YUV152.59166.61135.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.47%
GREEN value IS 134 (52.73% from 255) = 25.87%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=31.47%
G=25.87%
B=42.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631342210.260.3900.1326056.1369.61
HexA386DD1A270D1043846
Octal243206335324701540470106
Binary10100011100001101101110111010100111011011000001001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A386DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A386DD; }

 p { color: rgb(163,134,221); }

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

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

 a { background-color: rgb(163,134,221); }

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

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

 span { border-color: rgb(163,134,221); }

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