#A58FCF

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

Shades of Biloba Flower #A58FCF

Tints of Biloba Flower #A58FCF

Color information

#A58FCF (or 0xA58FCF) is unknown color: approx Biloba Flower. HEX triplet: A5, 8F and CF. RGB value is (165,143,207). Sum of RGB (Red+Green+Blue) = 165+143+207=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #A58FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FCF is #5A7030. Grayscale: #9C9C9C. Windows color (decimal): -5926961 or 13602725. OLE color: 13602725.

HSL color Cylindrical-coordinate representation of color #A58FCF: hue angle of 260.62º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A58FCF is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165143207-
CMYK0.200.3100.19
HSL260.62º40%68.63%-
HSV(B)260.62º30.92%81.18%-
XYZ36.632.1563.31-
YUV156.87156.29133.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 143 (56.25% from 255) = 27.77%
BLUE value IS 207 (81.25% from 255) = 40.19%
R=32.04%
G=27.77%
B=40.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651432070.200.3100.19260.624068.63
HexA58FCF141F0131052845
Octal245217317243702340550105
Binary10100101100011111100111110100111110100111000001011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58FCF; }

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

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

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

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

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

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

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

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