#A190F2

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

Shades of Biloba Flower #A190F2

Tints of Biloba Flower #A190F2

Color information

#A190F2 (or 0xA190F2) is unknown color: approx Biloba Flower. HEX triplet: A1, 90 and F2. RGB value is (161,144,242). Sum of RGB (Red+Green+Blue) = 161+144+242=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #A190F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A190F2 is #5E6F0D. Grayscale: #9F9F9F. Windows color (decimal): -6188814 or 15896737. OLE color: 15896737.

HSL color Cylindrical-coordinate representation of color #A190F2: hue angle of 250.41º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A190F2 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB161144242-
CMYK0.330.4000.05
HSL250.41º79.03%75.69%-
HSV(B)250.41º40.5%94.9%-
XYZ40.733.9388.41-
YUV160.25174.13128.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.43%
GREEN value IS 144 (56.64% from 255) = 26.33%
BLUE value IS 242 (94.92% from 255) = 44.24%
R=29.43%
G=26.33%
B=44.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1611442420.330.4000.05250.4179.0375.69
HexA190F2212805fa4f4c
Octal241220362415005372117114
Binary10100001100100001111001010000110100001011111101010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A190F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A190F2; }

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

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

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

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

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

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

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

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