#A595DD

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

Shades of Biloba Flower #A595DD

Tints of Biloba Flower #A595DD

Color information

#A595DD (or 0xA595DD) is unknown color: approx Biloba Flower. HEX triplet: A5, 95 and DD. RGB value is (165,149,221). Sum of RGB (Red+Green+Blue) = 165+149+221=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #A595DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A595DD is #5A6A22. Grayscale: #A1A1A1. Windows color (decimal): -5925411 or 14521765. OLE color: 14521765.

HSL color Cylindrical-coordinate representation of color #A595DD: hue angle of 253.33º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A595DD is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165149221-
CMYK0.250.3300.13
HSL253.33º51.43%72.55%-
HSV(B)253.33º32.58%86.67%-
XYZ39.3234.7173.04-
YUV161.99161.3130.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.84%
GREEN value IS 149 (58.59% from 255) = 27.85%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=30.84%
G=27.85%
B=41.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651492210.250.3300.13253.3351.4372.55
HexA595DD19210Dfd3349
Octal245225335314101537563111
Binary1010010110010101110111011100110000101101111111011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A595DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A595DD; }

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

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

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

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

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

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

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

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