#A58BEB

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

Shades of Biloba Flower #A58BEB

Tints of Biloba Flower #A58BEB

Color information

#A58BEB (or 0xA58BEB) is unknown color: approx Biloba Flower. HEX triplet: A5, 8B and EB. RGB value is (165,139,235). Sum of RGB (Red+Green+Blue) = 165+139+235=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #A58BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58BEB is #5A7414. Grayscale: #9D9D9D. Windows color (decimal): -5927957 or 15436709. OLE color: 15436709.

HSL color Cylindrical-coordinate representation of color #A58BEB: hue angle of 256.25º 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 #A58BEB is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165139235-
CMYK0.300.4100.08
HSL256.25º70.59%73.33%-
HSV(B)256.25º40.85%92.16%-
XYZ39.7532.4682.77-
YUV157.72171.61133.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.61%
GREEN value IS 139 (54.69% from 255) = 25.79%
BLUE value IS 235 (92.19% from 255) = 43.60%
R=30.61%
G=25.79%
B=43.60%

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
Decimal1651392350.300.4100.08256.2570.5973.33
HexA58BEB1E29081004749
Octal2452133533651010400107111
Binary101001011000101111101011111101010010100010000000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58BEB; }

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

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

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

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

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

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

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

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