#A58FCD

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

Shades of Biloba Flower #A58FCD

Tints of Biloba Flower #A58FCD

Color information

#A58FCD (or 0xA58FCD) is unknown color: approx Biloba Flower. HEX triplet: A5, 8F and CD. RGB value is (165,143,205). Sum of RGB (Red+Green+Blue) = 165+143+205=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #A58FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FCD is #5A7032. Grayscale: #9C9C9C. Windows color (decimal): -5926963 or 13471653. OLE color: 13471653.

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

Color convert

RGB165143205-
CMYK0.200.3000.20
HSL261.29º38.27%68.24%-
HSV(B)261.29º30.24%80.39%-
XYZ36.3632.0562.03-
YUV156.65155.29133.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.16%
GREEN value IS 143 (56.25% from 255) = 27.88%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=32.16%
G=27.88%
B=39.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651432050.200.3000.20261.2938.2768.24
HexA58FCD141E0141052644
Octal245217315243602440546104
Binary10100101100011111100110110100111100101001000001011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58FCD; }

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

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

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

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

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

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

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

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