#A594DB

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

Shades of Biloba Flower #A594DB

Tints of Biloba Flower #A594DB

Color information

#A594DB (or 0xA594DB) is unknown color: approx Biloba Flower. HEX triplet: A5, 94 and DB. RGB value is (165,148,219). Sum of RGB (Red+Green+Blue) = 165+148+219=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #A594DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594DB is #5A6B24. Grayscale: #A0A0A0. Windows color (decimal): -5925669 or 14390437. OLE color: 14390437.

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

Color convert

RGB165148219-
CMYK0.250.3200.14
HSL254.37º49.65%71.96%-
HSV(B)254.37º32.42%85.88%-
XYZ38.8934.2971.59-
YUV161.18160.63130.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.02%
GREEN value IS 148 (58.20% from 255) = 27.82%
BLUE value IS 219 (85.94% from 255) = 41.17%
R=31.02%
G=27.82%
B=41.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651482190.250.3200.14254.3749.6571.96
HexA594DB19200Efe3248
Octal245224333314001637662110
Binary1010010110010100110110111100110000001110111111101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A594DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A594DB; }

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

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

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

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

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

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

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

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