#A58AF7

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

Shades of Biloba Flower #A58AF7

Tints of Biloba Flower #A58AF7

Color information

#A58AF7 (or 0xA58AF7) is unknown color: approx Biloba Flower. HEX triplet: A5, 8A and F7. RGB value is (165,138,247). Sum of RGB (Red+Green+Blue) = 165+138+247=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #A58AF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58AF7 is #5A7508. Grayscale: #9E9E9E. Windows color (decimal): -5928201 or 16222885. OLE color: 16222885.

HSL color Cylindrical-coordinate representation of color #A58AF7: hue angle of 254.86º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A58AF7 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB165138247-
CMYK0.330.4400.03
HSL254.86º87.2%75.49%-
HSV(B)254.86º44.13%96.86%-
XYZ41.3932.8992.16-
YUV158.5177.95132.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30%
GREEN value IS 138 (54.30% from 255) = 25.09%
BLUE value IS 247 (96.88% from 255) = 44.91%
R=30%
G=25.09%
B=44.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1651382470.330.4400.03254.8687.275.49
HexA58AF7212C03ff574b
Octal245212367415403377127113
Binary1010010110001010111101111000011011000111111111110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58AF7; }

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

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

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

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

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

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

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

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