#A485DC

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

Shades of Biloba Flower #A485DC

Tints of Biloba Flower #A485DC

Color information

#A485DC (or 0xA485DC) is unknown color: approx Biloba Flower. HEX triplet: A4, 85 and DC. RGB value is (164,133,220). Sum of RGB (Red+Green+Blue) = 164+133+220=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #A485DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A485DC is #5B7A23. Grayscale: #979797. Windows color (decimal): -5995044 or 14452132. OLE color: 14452132.

HSL color Cylindrical-coordinate representation of color #A485DC: hue angle of 261.38º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A485DC is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164133220-
CMYK0.250.4000.14
HSL261.38º55.41%69.22%-
HSV(B)261.38º39.55%86.27%-
XYZ36.6229.8371.54-
YUV152.19166.27136.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.72%
GREEN value IS 133 (52.34% from 255) = 25.73%
BLUE value IS 220 (86.33% from 255) = 42.55%
R=31.72%
G=25.73%
B=42.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641332200.250.4000.14261.3855.4169.22
HexA485DC19280E1053745
Octal244205334315001640567105
Binary10100100100001011101110011001101000011101000001011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A485DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A485DC; }

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

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

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

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

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

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

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

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