#A592DD

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

Shades of Biloba Flower #A592DD

Tints of Biloba Flower #A592DD

Color information

#A592DD (or 0xA592DD) is unknown color: approx Biloba Flower. HEX triplet: A5, 92 and DD. RGB value is (165,146,221). Sum of RGB (Red+Green+Blue) = 165+146+221=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #A592DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592DD is #5A6D22. Grayscale: #9F9F9F. Windows color (decimal): -5926179 or 14520997. OLE color: 14520997.

HSL color Cylindrical-coordinate representation of color #A592DD: hue angle of 255.2º degrees, saturation: 0.52, 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 #A592DD is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165146221-
CMYK0.250.3400.13
HSL255.2º52.45%71.96%-
HSV(B)255.2º33.94%86.67%-
XYZ38.8533.7872.88-
YUV160.23162.29131.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.02%
GREEN value IS 146 (57.42% from 255) = 27.44%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=31.02%
G=27.44%
B=41.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651462210.250.3400.13255.252.4571.96
HexA592DD19220Dff3448
Octal245222335314201537764110
Binary1010010110010010110111011100110001001101111111111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A592DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A592DD; }

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

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

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

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

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

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

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

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