#A190DE

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

Shades of Biloba Flower #A190DE

Tints of Biloba Flower #A190DE

Color information

#A190DE (or 0xA190DE) is unknown color: approx Biloba Flower. HEX triplet: A1, 90 and DE. RGB value is (161,144,222). Sum of RGB (Red+Green+Blue) = 161+144+222=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #A190DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190DE is #5E6F21. Grayscale: #9D9D9D. Windows color (decimal): -6188834 or 14586017. OLE color: 14586017.

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

Color convert

RGB161144222-
CMYK0.270.3500.13
HSL253.08º54.17%71.76%-
HSV(B)253.08º35.14%87.06%-
XYZ37.8632.873.44-
YUV157.97164.13130.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.55%
GREEN value IS 144 (56.64% from 255) = 27.32%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=30.55%
G=27.32%
B=42.13%

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
Decimal1611442220.270.3500.13253.0854.1771.76
HexA190DE1B230Dfd3648
Octal241220336334301537566110
Binary1010000110010000110111101101110001101101111111011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A190DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A190DE; }

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

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

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

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

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

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

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

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