#A58DD0

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

Shades of Biloba Flower #A58DD0

Tints of Biloba Flower #A58DD0

Color information

#A58DD0 (or 0xA58DD0) is unknown color: approx Biloba Flower. HEX triplet: A5, 8D and D0. RGB value is (165,141,208). Sum of RGB (Red+Green+Blue) = 165+141+208=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #A58DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DD0 is #5A722F. Grayscale: #9B9B9B. Windows color (decimal): -5927472 or 13667749. OLE color: 13667749.

HSL color Cylindrical-coordinate representation of color #A58DD0: hue angle of 261.49º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A58DD0 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165141208-
CMYK0.210.3200.18
HSL261.49º41.61%68.43%-
HSV(B)261.49º32.21%81.57%-
XYZ36.4331.663.85-
YUV155.81157.45134.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.10%
GREEN value IS 141 (55.47% from 255) = 27.43%
BLUE value IS 208 (81.64% from 255) = 40.47%
R=32.10%
G=27.43%
B=40.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651412080.210.3200.18261.4941.6168.43
HexA58DD015200121052a44
Octal245215320254002240552104
Binary101001011000110111010000101011000000100101000001011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58DD0; }

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

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

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

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

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

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

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

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