#A58DDE

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

Shades of Biloba Flower #A58DDE

Tints of Biloba Flower #A58DDE

Color information

#A58DDE (or 0xA58DDE) is unknown color: approx Biloba Flower. HEX triplet: A5, 8D and DE. RGB value is (165,141,222). Sum of RGB (Red+Green+Blue) = 165+141+222=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #A58DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DDE is #5A7221. Grayscale: #9D9D9D. Windows color (decimal): -5927458 or 14585253. OLE color: 14585253.

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

Color convert

RGB165141222-
CMYK0.260.3600.13
HSL257.78º55.1%71.18%-
HSV(B)257.78º36.49%87.06%-
XYZ38.2332.3273.33-
YUV157.41164.45133.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.25%
GREEN value IS 141 (55.47% from 255) = 26.70%
BLUE value IS 222 (87.11% from 255) = 42.05%
R=31.25%
G=26.70%
B=42.05%

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
Decimal1651412220.260.3600.13257.7855.171.18
HexA58DDE1A240D1023747
Octal245215336324401540267107
Binary10100101100011011101111011010100100011011000000101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58DDE; }

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

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

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

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

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

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

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

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