#A485DA

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

Shades of Biloba Flower #A485DA

Tints of Biloba Flower #A485DA

Color information

#A485DA (or 0xA485DA) is unknown color: approx Biloba Flower. HEX triplet: A4, 85 and DA. RGB value is (164,133,218). Sum of RGB (Red+Green+Blue) = 164+133+218=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #A485DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A485DA is #5B7A25. Grayscale: #979797. Windows color (decimal): -5995046 or 14321060. OLE color: 14321060.

HSL color Cylindrical-coordinate representation of color #A485DA: hue angle of 261.88º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A485DA is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164133218-
CMYK0.250.3900.15
HSL261.88º53.46%68.82%-
HSV(B)261.88º38.99%85.49%-
XYZ36.3529.7370.15-
YUV151.96165.27136.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.84%
GREEN value IS 133 (52.34% from 255) = 25.83%
BLUE value IS 218 (85.55% from 255) = 42.33%
R=31.84%
G=25.83%
B=42.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641332180.250.3900.15261.8853.4668.82
HexA485DA19270F1063545
Octal244205332314701740665105
Binary10100100100001011101101011001100111011111000001101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A485DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A485DA; }

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

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

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

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

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

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

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

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