#A585DE

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

Shades of Biloba Flower #A585DE

Tints of Biloba Flower #A585DE

Color information

#A585DE (or 0xA585DE) is unknown color: approx Biloba Flower. HEX triplet: A5, 85 and DE. RGB value is (165,133,222). Sum of RGB (Red+Green+Blue) = 165+133+222=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #A585DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585DE is #5A7A21. Grayscale: #989898. Windows color (decimal): -5929506 or 14583205. OLE color: 14583205.

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

Color convert

RGB165133222-
CMYK0.260.4000.13
HSL261.57º57.42%69.61%-
HSV(B)261.57º40.09%87.06%-
XYZ37.0930.0572.95-
YUV152.71167.1136.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.73%
GREEN value IS 133 (52.34% from 255) = 25.58%
BLUE value IS 222 (87.11% from 255) = 42.69%
R=31.73%
G=25.58%
B=42.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651332220.260.4000.13261.5757.4269.61
HexA585DE1A280D1063946
Octal245205336325001540671106
Binary10100101100001011101111011010101000011011000001101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A585DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A585DE; }

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

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

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

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

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

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

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

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