#A391D5

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

Shades of Biloba Flower #A391D5

Tints of Biloba Flower #A391D5

Color information

#A391D5 (or 0xA391D5) is unknown color: approx Biloba Flower. HEX triplet: A3, 91 and D5. RGB value is (163,145,213). Sum of RGB (Red+Green+Blue) = 163+145+213=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #A391D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391D5 is #5C6E2A. Grayscale: #9D9D9D. Windows color (decimal): -6057515 or 13996451. OLE color: 13996451.

HSL color Cylindrical-coordinate representation of color #A391D5: hue angle of 255.88º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A391D5 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB163145213-
CMYK0.230.3200.16
HSL255.88º44.74%70.2%-
HSV(B)255.88º31.92%83.53%-
XYZ37.2432.8467.33-
YUV158.13158.96131.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.29%
GREEN value IS 145 (57.03% from 255) = 27.83%
BLUE value IS 213 (83.59% from 255) = 40.88%
R=31.29%
G=27.83%
B=40.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1631452130.230.3200.16255.8844.7470.2
HexA391D517200101002d46
Octal243221325274002040055106
Binary101000111001000111010101101111000000100001000000001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A391D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A391D5; }

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

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

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

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

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

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

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

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