#A495DD

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

Shades of Biloba Flower #A495DD

Tints of Biloba Flower #A495DD

Color information

#A495DD (or 0xA495DD) is unknown color: approx Biloba Flower. HEX triplet: A4, 95 and DD. RGB value is (164,149,221). Sum of RGB (Red+Green+Blue) = 164+149+221=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #A495DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A495DD is #5B6A22. Grayscale: #A1A1A1. Windows color (decimal): -5990947 or 14521764. OLE color: 14521764.

HSL color Cylindrical-coordinate representation of color #A495DD: hue angle of 252.5º 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 #A495DD is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164149221-
CMYK0.260.3300.13
HSL252.5º51.43%72.55%-
HSV(B)252.5º32.58%86.67%-
XYZ39.1134.6173.03-
YUV161.69161.47129.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.71%
GREEN value IS 149 (58.59% from 255) = 27.90%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=30.71%
G=27.90%
B=41.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641492210.260.3300.13252.551.4372.55
HexA495DD1A210Dfc3349
Octal244225335324101537463111
Binary1010010010010101110111011101010000101101111111001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A495DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A495DD; }

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

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

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

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

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

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

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

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