#A58BEE

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

Shades of Biloba Flower #A58BEE

Tints of Biloba Flower #A58BEE

Color information

#A58BEE (or 0xA58BEE) is unknown color: approx Biloba Flower. HEX triplet: A5, 8B and EE. RGB value is (165,139,238). Sum of RGB (Red+Green+Blue) = 165+139+238=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #A58BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58BEE is #5A7411. Grayscale: #9D9D9D. Windows color (decimal): -5927954 or 15633317. OLE color: 15633317.

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

Color convert

RGB165139238-
CMYK0.310.4200.07
HSL255.76º74.44%73.92%-
HSV(B)255.76º41.6%93.33%-
XYZ40.1832.6485.07-
YUV158.06173.11132.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.44%
GREEN value IS 139 (54.69% from 255) = 25.65%
BLUE value IS 238 (93.36% from 255) = 43.91%
R=30.44%
G=25.65%
B=43.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651392380.310.4200.07255.7674.4473.92
HexA58BEE1F2A071004a4a
Octal245213356375207400112112
Binary10100101100010111110111011111101010011110000000010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58BEE; }

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

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

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

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

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

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

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

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