#A191D0

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

Shades of Biloba Flower #A191D0

Tints of Biloba Flower #A191D0

Color information

#A191D0 (or 0xA191D0) is unknown color: approx Biloba Flower. HEX triplet: A1, 91 and D0. RGB value is (161,145,208). Sum of RGB (Red+Green+Blue) = 161+145+208=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #A191D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191D0 is #5E6E2F. Grayscale: #9C9C9C. Windows color (decimal): -6188592 or 13668769. OLE color: 13668769.

HSL color Cylindrical-coordinate representation of color #A191D0: hue angle of 255.24º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A191D0 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161145208-
CMYK0.230.3000.18
HSL255.24º40.13%69.22%-
HSV(B)255.24º30.29%81.57%-
XYZ36.2132.3864.02-
YUV156.97156.8130.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.32%
GREEN value IS 145 (57.03% from 255) = 28.21%
BLUE value IS 208 (81.64% from 255) = 40.47%
R=31.32%
G=28.21%
B=40.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611452080.230.3000.18255.2440.1369.22
HexA191D0171E012ff2845
Octal241221320273602237750105
Binary1010000110010001110100001011111110010010111111111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A191D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A191D0; }

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

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

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

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

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

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

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

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