#A585DC

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

Shades of Biloba Flower #A585DC

Tints of Biloba Flower #A585DC

Color information

#A585DC (or 0xA585DC) is unknown color: approx Biloba Flower. HEX triplet: A5, 85 and DC. RGB value is (165,133,220). Sum of RGB (Red+Green+Blue) = 165+133+220=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #A585DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585DC is #5A7A23. Grayscale: #989898. Windows color (decimal): -5929508 or 14452133. OLE color: 14452133.

HSL color Cylindrical-coordinate representation of color #A585DC: hue angle of 262.07º 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 #A585DC is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165133220-
CMYK0.250.4000.14
HSL262.07º55.41%69.22%-
HSV(B)262.07º39.55%86.27%-
XYZ36.8229.9471.55-
YUV152.49166.1136.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.85%
GREEN value IS 133 (52.34% from 255) = 25.68%
BLUE value IS 220 (86.33% from 255) = 42.47%
R=31.85%
G=25.68%
B=42.47%

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
Decimal1651332200.250.4000.14262.0755.4169.22
HexA585DC19280E1063745
Octal245205334315001640667105
Binary10100101100001011101110011001101000011101000001101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A585DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A585DC; }

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

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

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

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

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

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

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

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