#A58DEB

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

Shades of Biloba Flower #A58DEB

Tints of Biloba Flower #A58DEB

Color information

#A58DEB (or 0xA58DEB) is unknown color: approx Biloba Flower. HEX triplet: A5, 8D and EB. RGB value is (165,141,235). Sum of RGB (Red+Green+Blue) = 165+141+235=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #A58DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58DEB is #5A7214. Grayscale: #9E9E9E. Windows color (decimal): -5927445 or 15437221. OLE color: 15437221.

HSL color Cylindrical-coordinate representation of color #A58DEB: hue angle of 255.32º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A58DEB is Cyan = 0.30, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165141235-
CMYK0.300.400.08
HSL255.32º70.15%73.73%-
HSV(B)255.32º40%92.16%-
XYZ40.0433.0582.87-
YUV158.89170.95132.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.50%
GREEN value IS 141 (55.47% from 255) = 26.06%
BLUE value IS 235 (92.19% from 255) = 43.44%
R=30.50%
G=26.06%
B=43.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1651412350.300.400.08255.3270.1573.73
HexA58DEB1E2808ff464a
Octal2452153533650010377106112
Binary10100101100011011110101111110101000010001111111110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58DEB; }

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

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

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

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

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

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

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

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