#A592DB

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

Shades of Biloba Flower #A592DB

Tints of Biloba Flower #A592DB

Color information

#A592DB (or 0xA592DB) is unknown color: approx Biloba Flower. HEX triplet: A5, 92 and DB. RGB value is (165,146,219). Sum of RGB (Red+Green+Blue) = 165+146+219=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #A592DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592DB is #5A6D24. Grayscale: #9F9F9F. Windows color (decimal): -5926181 or 14389925. OLE color: 14389925.

HSL color Cylindrical-coordinate representation of color #A592DB: hue angle of 255.62º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A592DB is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165146219-
CMYK0.250.3300.14
HSL255.62º50.34%71.57%-
HSV(B)255.62º33.33%85.88%-
XYZ38.5833.6771.48-
YUV160161.29131.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.13%
GREEN value IS 146 (57.42% from 255) = 27.55%
BLUE value IS 219 (85.94% from 255) = 41.32%
R=31.13%
G=27.55%
B=41.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651462190.250.3300.14255.6250.3471.57
HexA592DB19210E1003248
Octal245222333314101640062110
Binary10100101100100101101101111001100001011101000000001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A592DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A592DB; }

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

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

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

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

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

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

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

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