#A58CEC

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

Shades of Biloba Flower #A58CEC

Tints of Biloba Flower #A58CEC

Color information

#A58CEC (or 0xA58CEC) is unknown color: approx Biloba Flower. HEX triplet: A5, 8C and EC. RGB value is (165,140,236). Sum of RGB (Red+Green+Blue) = 165+140+236=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #A58CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58CEC is #5A7313. Grayscale: #9E9E9E. Windows color (decimal): -5927700 or 15502501. OLE color: 15502501.

HSL color Cylindrical-coordinate representation of color #A58CEC: hue angle of 255.62º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A58CEC is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165140236-
CMYK0.300.4100.07
HSL255.62º71.64%73.73%-
HSV(B)255.62º40.68%92.55%-
XYZ40.0432.8183.58-
YUV158.42171.78132.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.50%
GREEN value IS 140 (55.08% from 255) = 25.88%
BLUE value IS 236 (92.58% from 255) = 43.62%
R=30.50%
G=25.88%
B=43.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651402360.300.4100.07255.6271.6473.73
HexA58CEC1E2907100484a
Octal245214354365107400110112
Binary10100101100011001110110011110101001011110000000010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58CEC; }

 p { color: rgb(165,140,236); }

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

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

 a { background-color: rgb(165,140,236); }

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

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

 span { border-color: rgb(165,140,236); }

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