#A592F1

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

Shades of Biloba Flower #A592F1

Tints of Biloba Flower #A592F1

Color information

#A592F1 (or 0xA592F1) is unknown color: approx Biloba Flower. HEX triplet: A5, 92 and F1. RGB value is (165,146,241). Sum of RGB (Red+Green+Blue) = 165+146+241=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #A592F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A592F1 is #5A6D0E. Grayscale: #A2A2A2. Windows color (decimal): -5926159 or 15831717. OLE color: 15831717.

HSL color Cylindrical-coordinate representation of color #A592F1: hue angle of 252º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A592F1 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB165146241-
CMYK0.320.3900.05
HSL252º77.24%75.88%-
HSV(B)252º39.42%94.51%-
XYZ41.6734.9187.76-
YUV162.51172.29129.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.89%
GREEN value IS 146 (57.42% from 255) = 26.45%
BLUE value IS 241 (94.53% from 255) = 43.66%
R=29.89%
G=26.45%
B=43.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1651462410.320.3900.0525277.2475.88
HexA592F1202705fc4d4c
Octal245222361404705374115114
Binary10100101100100101111000110000010011101011111110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A592F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A592F1; }

 p { color: rgb(165,146,241); }

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

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

 a { background-color: rgb(165,146,241); }

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

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

 span { border-color: rgb(165,146,241); }

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