#A585DB

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

Shades of Biloba Flower #A585DB

Tints of Biloba Flower #A585DB

Color information

#A585DB (or 0xA585DB) is unknown color: approx Biloba Flower. HEX triplet: A5, 85 and DB. RGB value is (165,133,219). Sum of RGB (Red+Green+Blue) = 165+133+219=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #A585DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585DB is #5A7A24. Grayscale: #989898. Windows color (decimal): -5929509 or 14386597. OLE color: 14386597.

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

Color convert

RGB165133219-
CMYK0.250.3900.14
HSL262.33º54.43%69.02%-
HSV(B)262.33º39.27%85.88%-
XYZ36.6929.8970.85-
YUV152.37165.6137.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 133 (52.34% from 255) = 25.73%
BLUE value IS 219 (85.94% from 255) = 42.36%
R=31.91%
G=25.73%
B=42.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651332190.250.3900.14262.3354.4369.02
HexA585DB19270E1063645
Octal245205333314701640666105
Binary10100101100001011101101111001100111011101000001101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A585DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A585DB; }

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

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

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

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

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

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

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

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