#A58FDD

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

Shades of Biloba Flower #A58FDD

Tints of Biloba Flower #A58FDD

Color information

#A58FDD (or 0xA58FDD) is unknown color: approx Biloba Flower. HEX triplet: A5, 8F and DD. RGB value is (165,143,221). Sum of RGB (Red+Green+Blue) = 165+143+221=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #A58FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FDD is #5A7022. Grayscale: #9E9E9E. Windows color (decimal): -5926947 or 14520229. OLE color: 14520229.

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

Color convert

RGB165143221-
CMYK0.250.3500.13
HSL256.92º53.42%71.37%-
HSV(B)256.92º35.29%86.67%-
XYZ38.3932.8672.73-
YUV158.47163.29132.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.19%
GREEN value IS 143 (56.25% from 255) = 27.03%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=31.19%
G=27.03%
B=41.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651432210.250.3500.13256.9253.4271.37
HexA58FDD19230D1013547
Octal245217335314301540165107
Binary10100101100011111101110111001100011011011000000011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58FDD; }

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

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

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

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

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

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

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

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