#A995DD

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

Shades of Biloba Flower #A995DD

Tints of Biloba Flower #A995DD

Color information

#A995DD (or 0xA995DD) is unknown color: approx Biloba Flower. HEX triplet: A9, 95 and DD. RGB value is (169,149,221). Sum of RGB (Red+Green+Blue) = 169+149+221=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #A995DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995DD is #566A22. Grayscale: #A2A2A2. Windows color (decimal): -5663267 or 14521769. OLE color: 14521769.

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

Color convert

RGB169149221-
CMYK0.240.3300.13
HSL256.67º51.43%72.55%-
HSV(B)256.67º32.58%86.67%-
XYZ40.1635.1573.07-
YUV163.19160.63132.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.35%
GREEN value IS 149 (58.59% from 255) = 27.64%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=31.35%
G=27.64%
B=41.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691492210.240.3300.13256.6751.4372.55
HexA995DD18210D1013349
Octal251225335304101540163111
Binary10101001100101011101110111000100001011011000000011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A995DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A995DD; }

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

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

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

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

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

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

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

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