#A894CE

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

Shades of Biloba Flower #A894CE

Tints of Biloba Flower #A894CE

Color information

#A894CE (or 0xA894CE) is unknown color: approx Biloba Flower. HEX triplet: A8, 94 and CE. RGB value is (168,148,206). Sum of RGB (Red+Green+Blue) = 168+148+206=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #A894CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A894CE is #576B31. Grayscale: #A0A0A0. Windows color (decimal): -5729074 or 13538472. OLE color: 13538472.

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

Color convert

RGB168148206-
CMYK0.180.2800.19
HSL260.69º37.18%69.41%-
HSV(B)260.69º28.16%80.78%-
XYZ37.8833.9662.95-
YUV160.59153.63133.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.18%
GREEN value IS 148 (58.20% from 255) = 28.35%
BLUE value IS 206 (80.86% from 255) = 39.46%
R=32.18%
G=28.35%
B=39.46%

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
Decimal1681482060.180.2800.19260.6937.1869.41
HexA894CE121C0131052545
Octal250224316223402340545105
Binary10101000100101001100111010010111000100111000001011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A894CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A894CE; }

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

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

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

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

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

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

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

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