#A485D7

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

Shades of Biloba Flower #A485D7

Tints of Biloba Flower #A485D7

Color information

#A485D7 (or 0xA485D7) is unknown color: approx Biloba Flower. HEX triplet: A4, 85 and D7. RGB value is (164,133,215). Sum of RGB (Red+Green+Blue) = 164+133+215=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #A485D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A485D7 is #5B7A28. Grayscale: #979797. Windows color (decimal): -5995049 or 14124452. OLE color: 14124452.

HSL color Cylindrical-coordinate representation of color #A485D7: hue angle of 262.68º 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 #A485D7 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164133215-
CMYK0.240.3800.16
HSL262.68º50.62%68.24%-
HSV(B)262.68º38.14%84.31%-
XYZ35.9629.5768.1-
YUV151.62163.77136.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.03%
GREEN value IS 133 (52.34% from 255) = 25.98%
BLUE value IS 215 (84.38% from 255) = 41.99%
R=32.03%
G=25.98%
B=41.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641332150.240.3800.16262.6850.6268.24
HexA485D718260101073344
Octal244205327304602040763104
Binary101001001000010111010111110001001100100001000001111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A485D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A485D7; }

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

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

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

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

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

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

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

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