#A591CD

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

Shades of Biloba Flower #A591CD

Tints of Biloba Flower #A591CD

Color information

#A591CD (or 0xA591CD) is unknown color: approx Biloba Flower. HEX triplet: A5, 91 and CD. RGB value is (165,145,205). Sum of RGB (Red+Green+Blue) = 165+145+205=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #A591CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A591CD is #5A6E32. Grayscale: #9D9D9D. Windows color (decimal): -5926451 or 13472165. OLE color: 13472165.

HSL color Cylindrical-coordinate representation of color #A591CD: hue angle of 260º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A591CD is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165145205-
CMYK0.200.2900.20
HSL260º37.5%68.63%-
HSV(B)260º29.27%80.39%-
XYZ36.6632.6662.13-
YUV157.82154.63133.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 145 (57.03% from 255) = 28.16%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=32.04%
G=28.16%
B=39.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651452050.200.2900.2026037.568.63
HexA591CD141D0141042545
Octal245221315243502440445105
Binary10100101100100011100110110100111010101001000001001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A591CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A591CD; }

 p { color: rgb(165,145,205); }

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

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

 a { background-color: rgb(165,145,205); }

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

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

 span { border-color: rgb(165,145,205); }

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