#A391CE

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

Shades of Biloba Flower #A391CE

Tints of Biloba Flower #A391CE

Color information

#A391CE (or 0xA391CE) is unknown color: approx Biloba Flower. HEX triplet: A3, 91 and CE. RGB value is (163,145,206). Sum of RGB (Red+Green+Blue) = 163+145+206=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #A391CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391CE is #5C6E31. Grayscale: #9D9D9D. Windows color (decimal): -6057522 or 13537699. OLE color: 13537699.

HSL color Cylindrical-coordinate representation of color #A391CE: hue angle of 257.7º degrees, saturation: 0.38, 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 #A391CE is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163145206-
CMYK0.210.3000.19
HSL257.7º38.36%68.82%-
HSV(B)257.7º29.61%80.78%-
XYZ36.3732.4962.75-
YUV157.34155.46132.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.71%
GREEN value IS 145 (57.03% from 255) = 28.21%
BLUE value IS 206 (80.86% from 255) = 40.08%
R=31.71%
G=28.21%
B=40.08%

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
Decimal1631452060.210.3000.19257.738.3668.82
HexA391CE151E0131022645
Octal243221316253602340246105
Binary10100011100100011100111010101111100100111000000101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A391CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A391CE; }

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

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

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

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

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

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

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

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