#A885DA

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

Shades of Biloba Flower #A885DA

Tints of Biloba Flower #A885DA

Color information

#A885DA (or 0xA885DA) is unknown color: approx Biloba Flower. HEX triplet: A8, 85 and DA. RGB value is (168,133,218). Sum of RGB (Red+Green+Blue) = 168+133+218=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #A885DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885DA is #577A25. Grayscale: #989898. Windows color (decimal): -5732902 or 14321064. OLE color: 14321064.

HSL color Cylindrical-coordinate representation of color #A885DA: hue angle of 264.71º 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 #A885DA is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB168133218-
CMYK0.230.3900.15
HSL264.71º53.46%68.82%-
HSV(B)264.71º38.99%85.49%-
XYZ37.1930.1670.19-
YUV153.16164.6138.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 133 (52.34% from 255) = 25.63%
BLUE value IS 218 (85.55% from 255) = 42.00%
R=32.37%
G=25.63%
B=42.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681332180.230.3900.15264.7153.4668.82
HexA885DA17270F1093545
Octal250205332274701741165105
Binary10101000100001011101101010111100111011111000010011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A885DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A885DA; }

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

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

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

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

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

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

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

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