#A58AE6

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

Shades of Biloba Flower #A58AE6

Tints of Biloba Flower #A58AE6

Color information

#A58AE6 (or 0xA58AE6) is unknown color: approx Biloba Flower. HEX triplet: A5, 8A and E6. RGB value is (165,138,230). Sum of RGB (Red+Green+Blue) = 165+138+230=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #A58AE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58AE6 is #5A7519. Grayscale: #9C9C9C. Windows color (decimal): -5928218 or 15108773. OLE color: 15108773.

HSL color Cylindrical-coordinate representation of color #A58AE6: hue angle of 257.61º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A58AE6 is Cyan = 0.28, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB165138230-
CMYK0.280.400.10
HSL257.61º64.79%72.16%-
HSV(B)257.61º40%90.2%-
XYZ38.8931.8978.97-
YUV156.56169.45134.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.96%
GREEN value IS 138 (54.30% from 255) = 25.89%
BLUE value IS 230 (90.23% from 255) = 43.15%
R=30.96%
G=25.89%
B=43.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1651382300.280.400.10257.6164.7972.16
HexA58AE61C280A1024148
Octal2452123463450012402101110
Binary101001011000101011100110111001010000101010000001010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58AE6; }

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

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

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

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

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

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

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

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