#A895CE

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

Shades of Biloba Flower #A895CE

Tints of Biloba Flower #A895CE

Color information

#A895CE (or 0xA895CE) is unknown color: approx Biloba Flower. HEX triplet: A8, 95 and CE. RGB value is (168,149,206). Sum of RGB (Red+Green+Blue) = 168+149+206=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #A895CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895CE is #576A31. Grayscale: #A0A0A0. Windows color (decimal): -5728818 or 13538728. OLE color: 13538728.

HSL color Cylindrical-coordinate representation of color #A895CE: hue angle of 260º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A895CE is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168149206-
CMYK0.180.2800.19
HSL260º36.77%69.61%-
HSV(B)260º27.67%80.78%-
XYZ38.0434.2863-
YUV161.18153.29132.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.12%
GREEN value IS 149 (58.59% from 255) = 28.49%
BLUE value IS 206 (80.86% from 255) = 39.39%
R=32.12%
G=28.49%
B=39.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681492060.180.2800.1926036.7769.61
HexA895CE121C0131042546
Octal250225316223402340445106
Binary10101000100101011100111010010111000100111000001001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A895CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A895CE; }

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

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

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

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

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

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

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

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