#A58AED

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

Shades of Biloba Flower #A58AED

Tints of Biloba Flower #A58AED

Color information

#A58AED (or 0xA58AED) is unknown color: approx Biloba Flower. HEX triplet: A5, 8A and ED. RGB value is (165,138,237). Sum of RGB (Red+Green+Blue) = 165+138+237=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #A58AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58AED is #5A7512. Grayscale: #9C9C9C. Windows color (decimal): -5928211 or 15567525. OLE color: 15567525.

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

Color convert

RGB165138237-
CMYK0.300.4200.07
HSL256.36º73.33%73.53%-
HSV(B)256.36º41.77%92.94%-
XYZ39.8932.2984.25-
YUV157.36172.95133.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.56%
GREEN value IS 138 (54.30% from 255) = 25.56%
BLUE value IS 237 (92.97% from 255) = 43.89%
R=30.56%
G=25.56%
B=43.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651382370.300.4200.07256.3673.3373.53
HexA58AED1E2A07100494a
Octal245212355365207400111112
Binary10100101100010101110110111110101010011110000000010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58AED; }

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

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

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

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

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

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

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

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