#A187D5

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

Shades of Biloba Flower #A187D5

Tints of Biloba Flower #A187D5

Color information

#A187D5 (or 0xA187D5) is unknown color: approx Biloba Flower. HEX triplet: A1, 87 and D5. RGB value is (161,135,213). Sum of RGB (Red+Green+Blue) = 161+135+213=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #A187D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A187D5 is #5E782A. Grayscale: #979797. Windows color (decimal): -6191147 or 13993889. OLE color: 13993889.

HSL color Cylindrical-coordinate representation of color #A187D5: hue angle of 260º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A187D5 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161135213-
CMYK0.240.3700.16
HSL260º48.15%68.24%-
HSV(B)260º36.62%83.53%-
XYZ35.3729.7166.82-
YUV151.67162.61134.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.63%
GREEN value IS 135 (53.12% from 255) = 26.52%
BLUE value IS 213 (83.59% from 255) = 41.85%
R=31.63%
G=26.52%
B=41.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611352130.240.3700.1626048.1568.24
HexA187D518250101043044
Octal241207325304502040460104
Binary101000011000011111010101110001001010100001000001001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A187D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A187D5; }

 p { color: rgb(161,135,213); }

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

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

 a { background-color: rgb(161,135,213); }

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

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

 span { border-color: rgb(161,135,213); }

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