#A391D3

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

Shades of Biloba Flower #A391D3

Tints of Biloba Flower #A391D3

Color information

#A391D3 (or 0xA391D3) is unknown color: approx Biloba Flower. HEX triplet: A3, 91 and D3. RGB value is (163,145,211). Sum of RGB (Red+Green+Blue) = 163+145+211=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 211 - color contains mainly: blue. Hex color #A391D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391D3 is #5C6E2C. Grayscale: #9D9D9D. Windows color (decimal): -6057517 or 13865379. OLE color: 13865379.

HSL color Cylindrical-coordinate representation of color #A391D3: hue angle of 256.36º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A391D3 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB163145211-
CMYK0.230.3100.17
HSL256.36º42.86%69.8%-
HSV(B)256.36º31.28%82.75%-
XYZ36.9932.7466-
YUV157.91157.96131.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.41%
GREEN value IS 145 (57.03% from 255) = 27.94%
BLUE value IS 211 (82.81% from 255) = 40.66%
R=31.41%
G=27.94%
B=40.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1631452110.230.3100.17256.3642.8669.8
HexA391D3171F0111002b46
Octal243221323273702140053106
Binary10100011100100011101001110111111110100011000000001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A391D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A391D3; }

 p { color: rgb(163,145,211); }

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

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

 a { background-color: rgb(163,145,211); }

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

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

 span { border-color: rgb(163,145,211); }

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