#A995D7

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

Shades of Biloba Flower #A995D7

Tints of Biloba Flower #A995D7

Color information

#A995D7 (or 0xA995D7) is unknown color: approx Biloba Flower. HEX triplet: A9, 95 and D7. RGB value is (169,149,215). Sum of RGB (Red+Green+Blue) = 169+149+215=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 215 - color contains mainly: blue. Hex color #A995D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995D7 is #566A28. Grayscale: #A2A2A2. Windows color (decimal): -5663273 or 14128553. OLE color: 14128553.

HSL color Cylindrical-coordinate representation of color #A995D7: hue angle of 258.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A995D7 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169149215-
CMYK0.210.3100.16
HSL258.18º45.21%71.37%-
HSV(B)258.18º30.7%84.31%-
XYZ39.3834.8468.94-
YUV162.5157.63132.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.71%
GREEN value IS 149 (58.59% from 255) = 27.95%
BLUE value IS 215 (84.38% from 255) = 40.34%
R=31.71%
G=27.95%
B=40.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691492150.210.3100.16258.1845.2171.37
HexA995D7151F0101022d47
Octal251225327253702040255107
Binary10101001100101011101011110101111110100001000000101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A995D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A995D7; }

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

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

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

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

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

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

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

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