#A391D1

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

Shades of Biloba Flower #A391D1

Tints of Biloba Flower #A391D1

Color information

#A391D1 (or 0xA391D1) is unknown color: approx Biloba Flower. HEX triplet: A3, 91 and D1. RGB value is (163,145,209). Sum of RGB (Red+Green+Blue) = 163+145+209=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 209 - color contains mainly: blue. Hex color #A391D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391D1 is #5C6E2E. Grayscale: #9D9D9D. Windows color (decimal): -6057519 or 13734307. OLE color: 13734307.

HSL color Cylindrical-coordinate representation of color #A391D1: hue angle of 256.88º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A391D1 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB163145209-
CMYK0.220.3100.18
HSL256.88º41.03%69.41%-
HSV(B)256.88º30.62%81.96%-
XYZ36.7432.6464.69-
YUV157.68156.96131.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.53%
GREEN value IS 145 (57.03% from 255) = 28.05%
BLUE value IS 209 (82.03% from 255) = 40.43%
R=31.53%
G=28.05%
B=40.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1631452090.220.3100.18256.8841.0369.41
HexA391D1161F0121012945
Octal243221321263702240151105
Binary10100011100100011101000110110111110100101000000011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A391D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A391D1; }

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

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

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

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

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

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

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

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