#A58AEB

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

Shades of Biloba Flower #A58AEB

Tints of Biloba Flower #A58AEB

Color information

#A58AEB (or 0xA58AEB) is unknown color: approx Biloba Flower. HEX triplet: A5, 8A and EB. RGB value is (165,138,235). Sum of RGB (Red+Green+Blue) = 165+138+235=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #A58AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58AEB is #5A7514. Grayscale: #9C9C9C. Windows color (decimal): -5928213 or 15436453. OLE color: 15436453.

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

Color convert

RGB165138235-
CMYK0.300.4100.08
HSL256.7º70.8%73.14%-
HSV(B)256.7º41.28%92.16%-
XYZ39.632.1782.72-
YUV157.13171.95133.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.67%
GREEN value IS 138 (54.30% from 255) = 25.65%
BLUE value IS 235 (92.19% from 255) = 43.68%
R=30.67%
G=25.65%
B=43.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1651382350.300.4100.08256.770.873.14
HexA58AEB1E29081014749
Octal2452123533651010401107111
Binary101001011000101011101011111101010010100010000000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58AEB; }

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

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

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

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

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

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

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

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