#A58DCD

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

Shades of Biloba Flower #A58DCD

Tints of Biloba Flower #A58DCD

Color information

#A58DCD (or 0xA58DCD) is unknown color: approx Biloba Flower. HEX triplet: A5, 8D and CD. RGB value is (165,141,205). Sum of RGB (Red+Green+Blue) = 165+141+205=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #A58DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DCD is #5A7232. Grayscale: #9B9B9B. Windows color (decimal): -5927475 or 13471141. OLE color: 13471141.

HSL color Cylindrical-coordinate representation of color #A58DCD: hue angle of 262.5º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A58DCD is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165141205-
CMYK0.200.3100.20
HSL262.5º39.02%67.84%-
HSV(B)262.5º31.22%80.39%-
XYZ36.0631.4661.93-
YUV155.47155.95134.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.29%
GREEN value IS 141 (55.47% from 255) = 27.59%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=32.29%
G=27.59%
B=40.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651412050.200.3100.20262.539.0267.84
HexA58DCD141F0141062744
Octal245215315243702440647104
Binary10100101100011011100110110100111110101001000001101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58DCD; }

 p { color: rgb(165,141,205); }

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

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

 a { background-color: rgb(165,141,205); }

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

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

 span { border-color: rgb(165,141,205); }

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