#A895D7

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

Shades of Biloba Flower #A895D7

Tints of Biloba Flower #A895D7

Color information

#A895D7 (or 0xA895D7) is unknown color: approx Biloba Flower. HEX triplet: A8, 95 and D7. RGB value is (168,149,215). Sum of RGB (Red+Green+Blue) = 168+149+215=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 215 - color contains mainly: blue. Hex color #A895D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895D7 is #576A28. Grayscale: #A1A1A1. Windows color (decimal): -5728809 or 14128552. OLE color: 14128552.

HSL color Cylindrical-coordinate representation of color #A895D7: hue angle of 257.27º 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 #A895D7 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB168149215-
CMYK0.220.3100.16
HSL257.27º45.21%71.37%-
HSV(B)257.27º30.7%84.31%-
XYZ39.1634.7368.93-
YUV162.2157.79132.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.58%
GREEN value IS 149 (58.59% from 255) = 28.01%
BLUE value IS 215 (84.38% from 255) = 40.41%
R=31.58%
G=28.01%
B=40.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1681492150.220.3100.16257.2745.2171.37
HexA895D7161F0101012d47
Octal250225327263702040155107
Binary10101000100101011101011110110111110100001000000011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A895D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A895D7; }

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

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

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

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

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

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

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

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