#A58AE9

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

Shades of Biloba Flower #A58AE9

Tints of Biloba Flower #A58AE9

Color information

#A58AE9 (or 0xA58AE9) is unknown color: approx Biloba Flower. HEX triplet: A5, 8A and E9. RGB value is (165,138,233). Sum of RGB (Red+Green+Blue) = 165+138+233=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 233 (91.41% from 255 or 43.47% from 536); Max value from RGB is 233 - color contains mainly: blue. Hex color #A58AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58AE9 is #5A7516. Grayscale: #9C9C9C. Windows color (decimal): -5928215 or 15305381. OLE color: 15305381.

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

Color convert

RGB165138233-
CMYK0.290.4100.09
HSL257.05º68.35%72.75%-
HSV(B)257.05º40.77%91.37%-
XYZ39.3132.0681.21-
YUV156.9170.95133.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.78%
GREEN value IS 138 (54.30% from 255) = 25.75%
BLUE value IS 233 (91.41% from 255) = 43.47%
R=30.78%
G=25.75%
B=43.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1651382330.290.4100.09257.0568.3572.75
HexA58AE91D29091014449
Octal2452123513551011401104111
Binary101001011000101011101001111011010010100110000000110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58AE9; }

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

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

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

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

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

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

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

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