#A58DDC

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

Shades of Biloba Flower #A58DDC

Tints of Biloba Flower #A58DDC

Color information

#A58DDC (or 0xA58DDC) is unknown color: approx Biloba Flower. HEX triplet: A5, 8D and DC. RGB value is (165,141,220). Sum of RGB (Red+Green+Blue) = 165+141+220=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #A58DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DDC is #5A7223. Grayscale: #9C9C9C. Windows color (decimal): -5927460 or 14454181. OLE color: 14454181.

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

Color convert

RGB165141220-
CMYK0.250.3600.14
HSL258.23º53.02%70.78%-
HSV(B)258.23º35.91%86.27%-
XYZ37.9632.2271.93-
YUV157.18163.45133.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 141 (55.47% from 255) = 26.81%
BLUE value IS 220 (86.33% from 255) = 41.83%
R=31.37%
G=26.81%
B=41.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651412200.250.3600.14258.2353.0270.78
HexA58DDC19240E1023547
Octal245215334314401640265107
Binary10100101100011011101110011001100100011101000000101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58DDC; }

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

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

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

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

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

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

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

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