#A191CE

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

Shades of Biloba Flower #A191CE

Tints of Biloba Flower #A191CE

Color information

#A191CE (or 0xA191CE) is unknown color: approx Biloba Flower. HEX triplet: A1, 91 and CE. RGB value is (161,145,206). Sum of RGB (Red+Green+Blue) = 161+145+206=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #A191CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191CE is #5E6E31. Grayscale: #9C9C9C. Windows color (decimal): -6188594 or 13537697. OLE color: 13537697.

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

Color convert

RGB161145206-
CMYK0.220.3000.19
HSL255.74º38.36%68.82%-
HSV(B)255.74º29.61%80.78%-
XYZ35.9632.2862.73-
YUV156.74155.8131.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 145 (57.03% from 255) = 28.32%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=31.45%
G=28.32%
B=40.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611452060.220.3000.19255.7438.3668.82
HexA191CE161E0131002645
Octal241221316263602340046105
Binary10100001100100011100111010110111100100111000000001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A191CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A191CE; }

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

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

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

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

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

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

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

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