#A895D9

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

Shades of Biloba Flower #A895D9

Tints of Biloba Flower #A895D9

Color information

#A895D9 (or 0xA895D9) is unknown color: approx Biloba Flower. HEX triplet: A8, 95 and D9. RGB value is (168,149,217). Sum of RGB (Red+Green+Blue) = 168+149+217=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 217 - color contains mainly: blue. Hex color #A895D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895D9 is #576A26. Grayscale: #A2A2A2. Windows color (decimal): -5728807 or 14259624. OLE color: 14259624.

HSL color Cylindrical-coordinate representation of color #A895D9: hue angle of 256.76º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A895D9 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB168149217-
CMYK0.230.3100.15
HSL256.76º47.22%71.76%-
HSV(B)256.76º31.34%85.1%-
XYZ39.4234.8370.29-
YUV162.43158.79131.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.46%
GREEN value IS 149 (58.59% from 255) = 27.90%
BLUE value IS 217 (85.16% from 255) = 40.64%
R=31.46%
G=27.90%
B=40.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681492170.230.3100.15256.7647.2271.76
HexA895D9171F0F1012f48
Octal250225331273701740157110
Binary1010100010010101110110011011111111011111000000011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A895D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A895D9; }

 p { color: rgb(168,149,217); }

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

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

 a { background-color: rgb(168,149,217); }

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

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

 span { border-color: rgb(168,149,217); }

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