#A592DE

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

Shades of Biloba Flower #A592DE

Tints of Biloba Flower #A592DE

Color information

#A592DE (or 0xA592DE) is unknown color: approx Biloba Flower. HEX triplet: A5, 92 and DE. RGB value is (165,146,222). Sum of RGB (Red+Green+Blue) = 165+146+222=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #A592DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592DE is #5A6D21. Grayscale: #A0A0A0. Windows color (decimal): -5926178 or 14586533. OLE color: 14586533.

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

Color convert

RGB165146222-
CMYK0.260.3400.13
HSL255º53.52%72.16%-
HSV(B)255º34.23%87.06%-
XYZ38.9833.8373.58-
YUV160.34162.79131.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.96%
GREEN value IS 146 (57.42% from 255) = 27.39%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=30.96%
G=27.39%
B=41.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651462220.260.3400.1325553.5272.16
HexA592DE1A220Dff3648
Octal245222336324201537766110
Binary1010010110010010110111101101010001001101111111111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A592DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A592DE; }

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

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

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

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

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

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

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

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