#A58FDE

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

Shades of Biloba Flower #A58FDE

Tints of Biloba Flower #A58FDE

Color information

#A58FDE (or 0xA58FDE) is unknown color: approx Biloba Flower. HEX triplet: A5, 8F and DE. RGB value is (165,143,222). Sum of RGB (Red+Green+Blue) = 165+143+222=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #A58FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FDE is #5A7021. Grayscale: #9E9E9E. Windows color (decimal): -5926946 or 14585765. OLE color: 14585765.

HSL color Cylindrical-coordinate representation of color #A58FDE: hue angle of 256.71º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A58FDE is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165143222-
CMYK0.260.3600.13
HSL256.71º54.48%71.57%-
HSV(B)256.71º35.59%87.06%-
XYZ38.5232.9273.43-
YUV158.58163.79132.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.13%
GREEN value IS 143 (56.25% from 255) = 26.98%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=31.13%
G=26.98%
B=41.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651432220.260.3600.13256.7154.4871.57
HexA58FDE1A240D1013648
Octal245217336324401540166110
Binary10100101100011111101111011010100100011011000000011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58FDE; }

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

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

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

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

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

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

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

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