#A895DA

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

Shades of Biloba Flower #A895DA

Tints of Biloba Flower #A895DA

Color information

#A895DA (or 0xA895DA) is unknown color: approx Biloba Flower. HEX triplet: A8, 95 and DA. RGB value is (168,149,218). Sum of RGB (Red+Green+Blue) = 168+149+218=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #A895DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895DA is #576A25. Grayscale: #A2A2A2. Windows color (decimal): -5728806 or 14325160. OLE color: 14325160.

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

Color convert

RGB168149218-
CMYK0.230.3200.15
HSL256.52º48.25%71.96%-
HSV(B)256.52º31.65%85.49%-
XYZ39.5534.8870.98-
YUV162.55159.29131.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.40%
GREEN value IS 149 (58.59% from 255) = 27.85%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=31.40%
G=27.85%
B=40.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681492180.230.3200.15256.5248.2571.96
HexA895DA17200F1013048
Octal250225332274001740160110
Binary10101000100101011101101010111100000011111000000011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A895DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A895DA; }

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

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

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

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

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

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

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

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