#A995DF

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

Shades of Biloba Flower #A995DF

Tints of Biloba Flower #A995DF

Color information

#A995DF (or 0xA995DF) is unknown color: approx Biloba Flower. HEX triplet: A9, 95 and DF. RGB value is (169,149,223). Sum of RGB (Red+Green+Blue) = 169+149+223=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #A995DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995DF is #566A20. Grayscale: #A3A3A3. Windows color (decimal): -5663265 or 14652841. OLE color: 14652841.

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

Color convert

RGB169149223-
CMYK0.240.3300.13
HSL256.22º53.62%72.94%-
HSV(B)256.22º33.18%87.45%-
XYZ40.4335.2674.49-
YUV163.42161.63131.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.24%
GREEN value IS 149 (58.59% from 255) = 27.54%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=31.24%
G=27.54%
B=41.22%

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
Decimal1691492230.240.3300.13256.2253.6272.94
HexA995DF18210D1003649
Octal251225337304101540066111
Binary10101001100101011101111111000100001011011000000001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A995DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A995DF; }

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

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

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

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

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

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

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

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