#a58fe8

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

Shades of Biloba Flower #A58FE8

Tints of Biloba Flower #A58FE8

Color information

#A58FE8 (or 0xA58FE8) is unknown color: approx Biloba Flower. HEX triplet: A5, 8F and E8. RGB value is (165,143,232). Sum of RGB (Red+Green+Blue) = 165+143+232=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #A58FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58FE8 is #5A7017. Grayscale: #9F9F9F. Windows color (decimal): -5926936 or 15241125. OLE color: 15241125.

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

Color convert

RGB165143232-
CMYK0.290.3800.09
HSL254.83º65.93%73.53%-
HSV(B)254.83º38.36%90.98%-
XYZ39.9133.4780.7-
YUV159.72168.79131.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.56%
GREEN value IS 143 (56.25% from 255) = 26.48%
BLUE value IS 232 (91.02% from 255) = 42.96%
R=30.56%
G=26.48%
B=42.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1651432320.290.3800.09254.8365.9373.53
HexA58FE81D2609ff424a
Octal2452173503546011377102112
Binary10100101100011111110100011101100110010011111111110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a58fe8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a58fe8; }

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

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

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

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

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

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

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

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