#A191DF

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

Shades of Biloba Flower #A191DF

Tints of Biloba Flower #A191DF

Color information

#A191DF (or 0xA191DF) is unknown color: approx Biloba Flower. HEX triplet: A1, 91 and DF. RGB value is (161,145,223). Sum of RGB (Red+Green+Blue) = 161+145+223=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #A191DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191DF is #5E6E20. Grayscale: #9E9E9E. Windows color (decimal): -6188577 or 14651809. OLE color: 14651809.

HSL color Cylindrical-coordinate representation of color #A191DF: hue angle of 252.31º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A191DF is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161145223-
CMYK0.280.3500.13
HSL252.31º54.93%72.16%-
HSV(B)252.31º34.98%87.45%-
XYZ38.1433.1674.2-
YUV158.68164.3129.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.43%
GREEN value IS 145 (57.03% from 255) = 27.41%
BLUE value IS 223 (87.5% from 255) = 42.16%
R=30.43%
G=27.41%
B=42.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611452230.280.3500.13252.3154.9372.16
HexA191DF1C230Dfc3748
Octal241221337344301537467110
Binary1010000110010001110111111110010001101101111111001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A191DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A191DF; }

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

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

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

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

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

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

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

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