#A58FED

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

Shades of Biloba Flower #A58FED

Tints of Biloba Flower #A58FED

Color information

#A58FED (or 0xA58FED) is unknown color: approx Biloba Flower. HEX triplet: A5, 8F and ED. RGB value is (165,143,237). Sum of RGB (Red+Green+Blue) = 165+143+237=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #A58FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58FED is #5A7012. Grayscale: #9F9F9F. Windows color (decimal): -5926931 or 15568805. OLE color: 15568805.

HSL color Cylindrical-coordinate representation of color #A58FED: hue angle of 254.04º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A58FED is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165143237-
CMYK0.300.4000.07
HSL254.04º72.31%74.51%-
HSV(B)254.04º39.66%92.94%-
XYZ40.6333.7684.5-
YUV160.29171.29131.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.28%
GREEN value IS 143 (56.25% from 255) = 26.24%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=30.28%
G=26.24%
B=43.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651432370.300.4000.07254.0472.3174.51
HexA58FED1E2807fe484b
Octal245217355365007376110113
Binary1010010110001111111011011111010100001111111111010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58FED; }

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

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

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

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

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

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

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

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