#A185D7

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

Shades of Biloba Flower #A185D7

Tints of Biloba Flower #A185D7

Color information

#A185D7 (or 0xA185D7) is unknown color: approx Biloba Flower. HEX triplet: A1, 85 and D7. RGB value is (161,133,215). Sum of RGB (Red+Green+Blue) = 161+133+215=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #A185D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185D7 is #5E7A28. Grayscale: #969696. Windows color (decimal): -6191657 or 14124449. OLE color: 14124449.

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

Color convert

RGB161133215-
CMYK0.250.3800.16
HSL260.49º50.62%68.24%-
HSV(B)260.49º38.14%84.31%-
XYZ35.3529.2668.07-
YUV150.72164.28135.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.63%
GREEN value IS 133 (52.34% from 255) = 26.13%
BLUE value IS 215 (84.38% from 255) = 42.24%
R=31.63%
G=26.13%
B=42.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611332150.250.3800.16260.4950.6268.24
HexA185D719260101043344
Octal241205327314602040463104
Binary101000011000010111010111110011001100100001000001001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A185D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A185D7; }

 p { color: rgb(161,133,215); }

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

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

 a { background-color: rgb(161,133,215); }

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

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

 span { border-color: rgb(161,133,215); }

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