#A585D3

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

Shades of Biloba Flower #A585D3

Tints of Biloba Flower #A585D3

Color information

#A585D3 (or 0xA585D3) is unknown color: approx Biloba Flower. HEX triplet: A5, 85 and D3. RGB value is (165,133,211). Sum of RGB (Red+Green+Blue) = 165+133+211=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 211 (82.81% from 255 or 41.45% from 509); Max value from RGB is 211 - color contains mainly: blue. Hex color #A585D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585D3 is #5A7A2C. Grayscale: #979797. Windows color (decimal): -5929517 or 13862309. OLE color: 13862309.

HSL color Cylindrical-coordinate representation of color #A585D3: hue angle of 264.62º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A585D3 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB165133211-
CMYK0.220.3700.17
HSL264.62º46.99%67.45%-
HSV(B)264.62º36.97%82.75%-
XYZ35.6629.4865.44-
YUV151.46161.6137.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.42%
GREEN value IS 133 (52.34% from 255) = 26.13%
BLUE value IS 211 (82.81% from 255) = 41.45%
R=32.42%
G=26.13%
B=41.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1651332110.220.3700.17264.6246.9967.45
HexA585D316250111092f43
Octal245205323264502141157103
Binary101001011000010111010011101101001010100011000010011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A585D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A585D3; }

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

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

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

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

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

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

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

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