#A895DB

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

Shades of Biloba Flower #A895DB

Tints of Biloba Flower #A895DB

Color information

#A895DB (or 0xA895DB) is unknown color: approx Biloba Flower. HEX triplet: A8, 95 and DB. RGB value is (168,149,219). Sum of RGB (Red+Green+Blue) = 168+149+219=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #A895DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895DB is #576A24. Grayscale: #A2A2A2. Windows color (decimal): -5728805 or 14390696. OLE color: 14390696.

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

Color convert

RGB168149219-
CMYK0.230.3200.14
HSL256.29º49.3%72.16%-
HSV(B)256.29º31.96%85.88%-
XYZ39.6834.9371.67-
YUV162.66159.79131.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.34%
GREEN value IS 149 (58.59% from 255) = 27.80%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=31.34%
G=27.80%
B=40.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681492190.230.3200.14256.2949.372.16
HexA895DB17200E1003148
Octal250225333274001640061110
Binary10101000100101011101101110111100000011101000000001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A895DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A895DB; }

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

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

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

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

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

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

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

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