#A58BCF

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

Shades of Biloba Flower #A58BCF

Tints of Biloba Flower #A58BCF

Color information

#A58BCF (or 0xA58BCF) is unknown color: approx Biloba Flower. HEX triplet: A5, 8B and CF. RGB value is (165,139,207). Sum of RGB (Red+Green+Blue) = 165+139+207=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #A58BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BCF is #5A7430. Grayscale: #9A9A9A. Windows color (decimal): -5927985 or 13601701. OLE color: 13601701.

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

Color convert

RGB165139207-
CMYK0.200.3300.19
HSL262.94º41.46%67.84%-
HSV(B)262.94º32.85%81.18%-
XYZ36.0130.9763.11-
YUV154.53157.61135.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.29%
GREEN value IS 139 (54.69% from 255) = 27.20%
BLUE value IS 207 (81.25% from 255) = 40.51%
R=32.29%
G=27.20%
B=40.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651392070.200.3300.19262.9441.4667.84
HexA58BCF14210131072944
Octal245213317244102340751104
Binary101001011000101111001111101001000010100111000001111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58BCF; }

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

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

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

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

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

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

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

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