#A190DD

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

Shades of Biloba Flower #A190DD

Tints of Biloba Flower #A190DD

Color information

#A190DD (or 0xA190DD) is unknown color: approx Biloba Flower. HEX triplet: A1, 90 and DD. RGB value is (161,144,221). Sum of RGB (Red+Green+Blue) = 161+144+221=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #A190DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190DD is #5E6F22. Grayscale: #9D9D9D. Windows color (decimal): -6188835 or 14520481. OLE color: 14520481.

HSL color Cylindrical-coordinate representation of color #A190DD: hue angle of 253.25º degrees, saturation: 0.53, 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 #A190DD is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161144221-
CMYK0.270.3500.13
HSL253.25º53.1%71.57%-
HSV(B)253.25º34.84%86.67%-
XYZ37.7232.7472.74-
YUV157.86163.63130.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.61%
GREEN value IS 144 (56.64% from 255) = 27.38%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=30.61%
G=27.38%
B=42.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611442210.270.3500.13253.2553.171.57
HexA190DD1B230Dfd3548
Octal241220335334301537565110
Binary1010000110010000110111011101110001101101111111011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A190DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A190DD; }

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

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

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

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

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

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

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

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