#A58DEC

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

Shades of Biloba Flower #A58DEC

Tints of Biloba Flower #A58DEC

Color information

#A58DEC (or 0xA58DEC) is unknown color: approx Biloba Flower. HEX triplet: A5, 8D and EC. RGB value is (165,141,236). Sum of RGB (Red+Green+Blue) = 165+141+236=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #A58DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58DEC is #5A7213. Grayscale: #9E9E9E. Windows color (decimal): -5927444 or 15502757. OLE color: 15502757.

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

Color convert

RGB165141236-
CMYK0.300.4000.07
HSL255.16º71.43%73.92%-
HSV(B)255.16º40.25%92.55%-
XYZ40.1833.1183.63-
YUV159.01171.45132.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.44%
GREEN value IS 141 (55.47% from 255) = 26.01%
BLUE value IS 236 (92.58% from 255) = 43.54%
R=30.44%
G=26.01%
B=43.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651412360.300.4000.07255.1671.4373.92
HexA58DEC1E2807ff474a
Octal245215354365007377107112
Binary1010010110001101111011001111010100001111111111110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58DEC; }

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

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

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

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

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

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

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

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