#A590F2

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

Shades of Biloba Flower #A590F2

Tints of Biloba Flower #A590F2

Color information

#A590F2 (or 0xA590F2) is unknown color: approx Biloba Flower. HEX triplet: A5, 90 and F2. RGB value is (165,144,242). Sum of RGB (Red+Green+Blue) = 165+144+242=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #A590F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A590F2 is #5A6F0D. Grayscale: #A1A1A1. Windows color (decimal): -5926670 or 15896741. OLE color: 15896741.

HSL color Cylindrical-coordinate representation of color #A590F2: hue angle of 252.86º 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 #A590F2 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB165144242-
CMYK0.320.4000.05
HSL252.86º79.03%75.69%-
HSV(B)252.86º40.5%94.9%-
XYZ41.5234.3688.45-
YUV161.45173.46130.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.95%
GREEN value IS 144 (56.64% from 255) = 26.13%
BLUE value IS 242 (94.92% from 255) = 43.92%
R=29.95%
G=26.13%
B=43.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1651442420.320.4000.05252.8679.0375.69
HexA590F2202805fd4f4c
Octal245220362405005375117114
Binary10100101100100001111001010000010100001011111110110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A590F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A590F2; }

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

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

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

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

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

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

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

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