#A895DE

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

Shades of Biloba Flower #A895DE

Tints of Biloba Flower #A895DE

Color information

#A895DE (or 0xA895DE) is unknown color: approx Biloba Flower. HEX triplet: A8, 95 and DE. RGB value is (168,149,222). Sum of RGB (Red+Green+Blue) = 168+149+222=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #A895DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895DE is #576A21. Grayscale: #A2A2A2. Windows color (decimal): -5728802 or 14587304. OLE color: 14587304.

HSL color Cylindrical-coordinate representation of color #A895DE: hue angle of 255.62º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A895DE is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168149222-
CMYK0.240.3300.13
HSL255.62º52.52%72.75%-
HSV(B)255.62º32.88%87.06%-
XYZ40.0835.0973.77-
YUV163161.29131.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.17%
GREEN value IS 149 (58.59% from 255) = 27.64%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=31.17%
G=27.64%
B=41.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681492220.240.3300.13255.6252.5272.75
HexA895DE18210D1003549
Octal250225336304101540065111
Binary10101000100101011101111011000100001011011000000001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A895DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A895DE; }

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

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

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

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

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

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

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

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