#A585DD

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

Shades of Biloba Flower #A585DD

Tints of Biloba Flower #A585DD

Color information

#A585DD (or 0xA585DD) is unknown color: approx Biloba Flower. HEX triplet: A5, 85 and DD. RGB value is (165,133,221). Sum of RGB (Red+Green+Blue) = 165+133+221=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #A585DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585DD is #5A7A22. Grayscale: #989898. Windows color (decimal): -5929507 or 14517669. OLE color: 14517669.

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

Color convert

RGB165133221-
CMYK0.250.4000.13
HSL261.82º56.41%69.41%-
HSV(B)261.82º39.82%86.67%-
XYZ36.9629.9972.25-
YUV152.6166.6136.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.79%
GREEN value IS 133 (52.34% from 255) = 25.63%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=31.79%
G=25.63%
B=42.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651332210.250.4000.13261.8256.4169.41
HexA585DD19280D1063845
Octal245205335315001540670105
Binary10100101100001011101110111001101000011011000001101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A585DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A585DD; }

 p { color: rgb(165,133,221); }

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

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

 a { background-color: rgb(165,133,221); }

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

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

 span { border-color: rgb(165,133,221); }

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