#A58BDD

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

Shades of Biloba Flower #A58BDD

Tints of Biloba Flower #A58BDD

Color information

#A58BDD (or 0xA58BDD) is unknown color: approx Biloba Flower. HEX triplet: A5, 8B and DD. RGB value is (165,139,221). Sum of RGB (Red+Green+Blue) = 165+139+221=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #A58BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BDD is #5A7422. Grayscale: #9B9B9B. Windows color (decimal): -5927971 or 14519205. OLE color: 14519205.

HSL color Cylindrical-coordinate representation of color #A58BDD: hue angle of 259.02º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A58BDD is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165139221-
CMYK0.250.3700.13
HSL259.02º54.67%70.59%-
HSV(B)259.02º37.1%86.67%-
XYZ37.831.6972.53-
YUV156.12164.61134.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.43%
GREEN value IS 139 (54.69% from 255) = 26.48%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=31.43%
G=26.48%
B=42.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651392210.250.3700.13259.0254.6770.59
HexA58BDD19250D1033747
Octal245213335314501540367107
Binary10100101100010111101110111001100101011011000000111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58BDD; }

 p { color: rgb(165,139,221); }

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

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

 a { background-color: rgb(165,139,221); }

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

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

 span { border-color: rgb(165,139,221); }

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