#A58BE8

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

Shades of Biloba Flower #A58BE8

Tints of Biloba Flower #A58BE8

Color information

#A58BE8 (or 0xA58BE8) is unknown color: approx Biloba Flower. HEX triplet: A5, 8B and E8. RGB value is (165,139,232). Sum of RGB (Red+Green+Blue) = 165+139+232=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #A58BE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58BE8 is #5A7417. Grayscale: #9D9D9D. Windows color (decimal): -5927960 or 15240101. OLE color: 15240101.

HSL color Cylindrical-coordinate representation of color #A58BE8: hue angle of 256.77º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A58BE8 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB165139232-
CMYK0.290.4000.09
HSL256.77º66.91%72.75%-
HSV(B)256.77º40.09%90.98%-
XYZ39.3232.2980.5-
YUV157.38170.11133.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.78%
GREEN value IS 139 (54.69% from 255) = 25.93%
BLUE value IS 232 (91.02% from 255) = 43.28%
R=30.78%
G=25.93%
B=43.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1651392320.290.4000.09256.7766.9172.75
HexA58BE81D28091014349
Octal2452133503550011401103111
Binary101001011000101111101000111011010000100110000000110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58BE8; }

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

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

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

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

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

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

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

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