#A391D4

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

Shades of Biloba Flower #A391D4

Tints of Biloba Flower #A391D4

Color information

#A391D4 (or 0xA391D4) is unknown color: approx Biloba Flower. HEX triplet: A3, 91 and D4. RGB value is (163,145,212). Sum of RGB (Red+Green+Blue) = 163+145+212=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 212 - color contains mainly: blue. Hex color #A391D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391D4 is #5C6E2B. Grayscale: #9D9D9D. Windows color (decimal): -6057516 or 13930915. OLE color: 13930915.

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

Color convert

RGB163145212-
CMYK0.230.3200.17
HSL256.12º43.79%70%-
HSV(B)256.12º31.6%83.14%-
XYZ37.1132.7966.66-
YUV158.02158.46131.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.35%
GREEN value IS 145 (57.03% from 255) = 27.88%
BLUE value IS 212 (83.20% from 255) = 40.77%
R=31.35%
G=27.88%
B=40.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1631452120.230.3200.17256.1243.7970
HexA391D417200111002c46
Octal243221324274002140054106
Binary101000111001000111010100101111000000100011000000001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A391D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A391D4; }

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

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

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

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

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

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

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

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