#A485D8

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

Shades of Biloba Flower #A485D8

Tints of Biloba Flower #A485D8

Color information

#A485D8 (or 0xA485D8) is unknown color: approx Biloba Flower. HEX triplet: A4, 85 and D8. RGB value is (164,133,216). Sum of RGB (Red+Green+Blue) = 164+133+216=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 216 - color contains mainly: blue. Hex color #A485D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A485D8 is #5B7A27. Grayscale: #979797. Windows color (decimal): -5995048 or 14189988. OLE color: 14189988.

HSL color Cylindrical-coordinate representation of color #A485D8: hue angle of 262.41º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A485D8 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164133216-
CMYK0.240.3800.15
HSL262.41º51.55%68.43%-
HSV(B)262.41º38.43%84.71%-
XYZ36.0929.6368.78-
YUV151.73164.27136.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.97%
GREEN value IS 133 (52.34% from 255) = 25.93%
BLUE value IS 216 (84.77% from 255) = 42.11%
R=31.97%
G=25.93%
B=42.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641332160.240.3800.15262.4151.5568.43
HexA485D818260F1063444
Octal244205330304601740664104
Binary10100100100001011101100011000100110011111000001101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A485D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A485D8; }

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

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

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

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

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

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

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

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