#A590CE

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

Shades of Biloba Flower #A590CE

Tints of Biloba Flower #A590CE

Color information

#A590CE (or 0xA590CE) is unknown color: approx Biloba Flower. HEX triplet: A5, 90 and CE. RGB value is (165,144,206). Sum of RGB (Red+Green+Blue) = 165+144+206=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #A590CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A590CE is #5A6F31. Grayscale: #9D9D9D. Windows color (decimal): -5926706 or 13537445. OLE color: 13537445.

HSL color Cylindrical-coordinate representation of color #A590CE: hue angle of 260.32º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A590CE is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165144206-
CMYK0.200.3000.19
HSL260.32º38.75%68.63%-
HSV(B)260.32º30.1%80.78%-
XYZ36.6332.462.72-
YUV157.35155.46133.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 144 (56.64% from 255) = 27.96%
BLUE value IS 206 (80.86% from 255) = 40%
R=32.04%
G=27.96%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651442060.200.3000.19260.3238.7568.63
HexA590CE141E0131042745
Octal245220316243602340447105
Binary10100101100100001100111010100111100100111000001001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A590CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A590CE; }

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

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

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

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

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

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

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

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