#A391CF

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

Shades of Biloba Flower #A391CF

Tints of Biloba Flower #A391CF

Color information

#A391CF (or 0xA391CF) is unknown color: approx Biloba Flower. HEX triplet: A3, 91 and CF. RGB value is (163,145,207). Sum of RGB (Red+Green+Blue) = 163+145+207=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #A391CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391CF is #5C6E30. Grayscale: #9D9D9D. Windows color (decimal): -6057521 or 13603235. OLE color: 13603235.

HSL color Cylindrical-coordinate representation of color #A391CF: hue angle of 257.42º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A391CF is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163145207-
CMYK0.210.3000.19
HSL257.42º39.24%69.02%-
HSV(B)257.42º29.95%81.18%-
XYZ36.4932.5463.39-
YUV157.45155.96131.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.65%
GREEN value IS 145 (57.03% from 255) = 28.16%
BLUE value IS 207 (81.25% from 255) = 40.19%
R=31.65%
G=28.16%
B=40.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631452070.210.3000.19257.4239.2469.02
HexA391CF151E0131012745
Octal243221317253602340147105
Binary10100011100100011100111110101111100100111000000011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A391CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A391CF; }

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

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

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

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

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

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

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

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