#A895C7

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

Shades of Biloba Flower #A895C7

Tints of Biloba Flower #A895C7

Color information

#A895C7 (or 0xA895C7) is unknown color: approx Biloba Flower. HEX triplet: A8, 95 and C7. RGB value is (168,149,199). Sum of RGB (Red+Green+Blue) = 168+149+199=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 199 - color contains mainly: blue. Hex color #A895C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895C7 is #576A38. Grayscale: #A0A0A0. Windows color (decimal): -5728825 or 13079976. OLE color: 13079976.

HSL color Cylindrical-coordinate representation of color #A895C7: hue angle of 262.8º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A895C7 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB168149199-
CMYK0.160.2500.22
HSL262.8º30.86%68.24%-
HSV(B)262.8º25.13%78.04%-
XYZ37.233.9458.62-
YUV160.38149.79133.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.56%
GREEN value IS 149 (58.59% from 255) = 28.88%
BLUE value IS 199 (78.12% from 255) = 38.57%
R=32.56%
G=28.88%
B=38.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681491990.160.2500.22262.830.8668.24
HexA895C710190161071f44
Octal250225307203102640737104
Binary1010100010010101110001111000011001010110100000111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A895C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A895C7; }

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

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

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

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

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

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

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

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