#A58AEE

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

Shades of Biloba Flower #A58AEE

Tints of Biloba Flower #A58AEE

Color information

#A58AEE (or 0xA58AEE) is unknown color: approx Biloba Flower. HEX triplet: A5, 8A and EE. RGB value is (165,138,238). Sum of RGB (Red+Green+Blue) = 165+138+238=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #A58AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58AEE is #5A7511. Grayscale: #9D9D9D. Windows color (decimal): -5928210 or 15633061. OLE color: 15633061.

HSL color Cylindrical-coordinate representation of color #A58AEE: hue angle of 256.2º degrees, saturation: 0.75, 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 #A58AEE is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165138238-
CMYK0.310.4200.07
HSL256.2º74.63%73.73%-
HSV(B)256.2º42.02%93.33%-
XYZ40.0432.3585.02-
YUV157.47173.45133.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.50%
GREEN value IS 138 (54.30% from 255) = 25.51%
BLUE value IS 238 (93.36% from 255) = 43.99%
R=30.50%
G=25.51%
B=43.99%

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
Decimal1651382380.310.4200.07256.274.6373.73
HexA58AEE1F2A071004b4a
Octal245212356375207400113112
Binary10100101100010101110111011111101010011110000000010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58AEE; }

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

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

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

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

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

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

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

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