#A187DB

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

Shades of Biloba Flower #A187DB

Tints of Biloba Flower #A187DB

Color information

#A187DB (or 0xA187DB) is unknown color: approx Biloba Flower. HEX triplet: A1, 87 and DB. RGB value is (161,135,219). Sum of RGB (Red+Green+Blue) = 161+135+219=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #A187DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A187DB is #5E7824. Grayscale: #989898. Windows color (decimal): -6191141 or 14387105. OLE color: 14387105.

HSL color Cylindrical-coordinate representation of color #A187DB: hue angle of 258.57º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A187DB is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB161135219-
CMYK0.260.3800.14
HSL258.57º53.85%69.41%-
HSV(B)258.57º38.36%85.88%-
XYZ36.1530.0270.91-
YUV152.35165.61134.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.26%
GREEN value IS 135 (53.12% from 255) = 26.21%
BLUE value IS 219 (85.94% from 255) = 42.52%
R=31.26%
G=26.21%
B=42.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611352190.260.3800.14258.5753.8569.41
HexA187DB1A260E1033645
Octal241207333324601640366105
Binary10100001100001111101101111010100110011101000000111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A187DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A187DB; }

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

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

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

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

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

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

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

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