#A191DD

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

Shades of Biloba Flower #A191DD

Tints of Biloba Flower #A191DD

Color information

#A191DD (or 0xA191DD) is unknown color: approx Biloba Flower. HEX triplet: A1, 91 and DD. RGB value is (161,145,221). Sum of RGB (Red+Green+Blue) = 161+145+221=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #A191DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191DD is #5E6E22. Grayscale: #9E9E9E. Windows color (decimal): -6188579 or 14520737. OLE color: 14520737.

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

Color convert

RGB161145221-
CMYK0.270.3400.13
HSL252.63º52.78%71.76%-
HSV(B)252.63º34.39%86.67%-
XYZ37.8733.0572.79-
YUV158.45163.3129.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.55%
GREEN value IS 145 (57.03% from 255) = 27.51%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=30.55%
G=27.51%
B=41.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611452210.270.3400.13252.6352.7871.76
HexA191DD1B220Dfd3548
Octal241221335334201537565110
Binary1010000110010001110111011101110001001101111111011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A191DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A191DD; }

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

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

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

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

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

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

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

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