#A895EC

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

Shades of Biloba Flower #A895EC

Tints of Biloba Flower #A895EC

Color information

#A895EC (or 0xA895EC) is unknown color: approx Biloba Flower. HEX triplet: A8, 95 and EC. RGB value is (168,149,236). Sum of RGB (Red+Green+Blue) = 168+149+236=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #A895EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A895EC is #576A13. Grayscale: #A4A4A4. Windows color (decimal): -5728788 or 15504808. OLE color: 15504808.

HSL color Cylindrical-coordinate representation of color #A895EC: hue angle of 253.1º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A895EC is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168149236-
CMYK0.290.3700.07
HSL253.1º69.6%75.49%-
HSV(B)253.1º36.86%92.55%-
XYZ42.0435.8884.07-
YUV164.6168.29130.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.38%
GREEN value IS 149 (58.59% from 255) = 26.94%
BLUE value IS 236 (92.58% from 255) = 42.68%
R=30.38%
G=26.94%
B=42.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681492360.290.3700.07253.169.675.49
HexA895EC1D2507fd464b
Octal250225354354507375106113
Binary1010100010010101111011001110110010101111111110110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A895EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A895EC; }

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

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

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

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

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

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

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

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